I have just installed Laravel Backpack admin panel using composer and artisan.
It's installed successfully but now i am trying to access it using localhost/myprojectname/public/admin and it's returning 404 error page.
I have just installed Laravel Backpack admin panel using composer and artisan.
It's installed successfully but now i am trying to access it using localhost/myprojectname/public/admin and it's returning 404 error page.
Check your .htaccess file if u r on apache, or redirect settings. Should not be /public in path.