Laravel - only home route working
问题 the problem all routes are typed correctly and checked by php artisan route:list here the output +--------+----------+------+--------+------------------------------------------- -------+------------+ |←[32m Domain ←[39m|←[32m Method ←[39m|←[32m URI ←[39m|←[32m Name ←[39m|←[3 2m Action ←[39m|←[32m Middleware ←[39m | +--------+----------+------+--------+------------------------------------------- -------+------------+ | | GET|HEAD | / | home | App\Http\Controllers\QuoteController@getIn dex |