laravel folder changed routes not working -
i have placed whole laravel project inside folder name myproject. , laravel working www.domain.com/myproject.
now copied whole project , placed inside new folder mobile. in www.domain.com/mobile root page running next route giving error 404.
please assist
my folder structure,
apache_htdocs -mobile -project -app -bootstrap -config - ---
basically copied public folder , placed new folder project , copied except public in folder.
try clear routes laravel create routes new path, in command line: php artisan route:clear
.
if see no changes try list or views route::getroutes();
in controller or php artisan routes
in command line, in order check path.
Comments
Post a Comment