I am using laravel 5.4 and deployed this to IIS 10.0.
The root route is not working on IIS but same is working fine for php artisan serve.
Below is my route:
Route::get('/', function () { return view('welcome'); });
Please reply what i need to change.
Thanks in advance.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire