develop
Last change
on this file since 2fc88ec was 2fc88ec, checked in by beratkjufliju <kufliju@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
492 bytes
|
Rev | Line | |
---|
[2fc88ec] | 1 | <?php
|
---|
| 2 |
|
---|
| 3 | use Illuminate\Support\Facades\Route;
|
---|
| 4 |
|
---|
| 5 | /*
|
---|
| 6 | |--------------------------------------------------------------------------
|
---|
| 7 | | Web Routes
|
---|
| 8 | |--------------------------------------------------------------------------
|
---|
| 9 | |
|
---|
| 10 | | Here is where you can register web routes for your application. These
|
---|
| 11 | | routes are loaded by the RouteServiceProvider within a group which
|
---|
| 12 | | contains the "web" middleware group. Now create something great!
|
---|
| 13 | |
|
---|
| 14 | */
|
---|
| 15 |
|
---|
| 16 | Route::get('/', function () {
|
---|
| 17 | return view('welcome');
|
---|
| 18 | });
|
---|
Note:
See
TracBrowser
for help on using the repository browser.