/
home
/
sharedstore
/
public_html
/
shop.sharedstore.ma
/
api.shop.sharedstore.ma
/
routes
/
/home/sharedstore/public_html/shop.sharedstore.ma/api.shop.sharedstore.ma/routes
mkdir
upload
Name
Size
Mode
Actions
api.php
5232
0644
edit
dl
rm
channels.php
558
0664
edit
dl
rm
console.php
592
0664
edit
dl
rm
web.php
492
0664
edit
dl
rm
Edit:
/home/sharedstore/public_html/shop.sharedstore.ma/api.shop.sharedstore.ma/routes/web.php
(492B)
<?php use Illuminate\Support\Facades\Route; /* |-------------------------------------------------------------------------- | Web Routes |-------------------------------------------------------------------------- | | Here is where you can register web routes for your application. These | routes are loaded by the RouteServiceProvider and all of them will | be assigned to the "web" middleware group. Make something great! | */ Route::get('/', function () { return view('welcome'); });
Save