skip to Main Content

Laravel routing conflict to public's folder

I am developing project using laravel and I have directory named 'profile' in public folder. also I have route named /profile also Route::get('/profile', [UserController::class ,'showProfile']); when I visit 'localhost/profile' url, it goes to public/profile folder I have 2 ubuntu server.…

VIEW QUESTION
Back To Top
Search