I got an error saying
Not Found
The requested URL /about was not found on this server.
I have this routes
Route::get('/', 'megamitch@index');
Route::get('home', 'megamitch@index');
Route::get('about', 'megamitch@about');
Route::get('loan-products', 'megamitch@loanproducts');
Route::get('careers', 'megamitch@careers');
Route::get('contact', 'megamitch@contact');
if I do "php artisan route:list" I can see that those routes really exist. Im running on wamp server where that issue exist (same issue on the live web server), however if i run my app through "php artisan serve" all pages works. Any ideas, help?
PS: only this route "Route::get('/', 'megamitch@index');" works.
from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/1fG1FWU
via IFTTT
Aucun commentaire:
Enregistrer un commentaire