-
Notifications
You must be signed in to change notification settings - Fork 47
Can't run project by directory browsing #110
Copy link
Copy link
Open
Labels
questionFurther information is requestedFurther information is requested
Description
I install this project by following classic installation instruction. This project is working fine while i run via php artisan serve and browse by 'http://127.0.0.1:8000/'.
But i want to run this project on local by browsing 'http://localhost/my_directory/benotes' and it gives me error.
I add <base/> in app.blade.php file, use css,js resource with asset() and then login page appear successfully.
But api call http://localhost/api/auth/me get error 'Not found'. Here requested url is wrong. There have no 'my_directory/benotes'.
I call modified url http://localhost/my_directory/benotes/api/auth/me from postman and got error 'Not Found'.
How can i resolve this and run project perfectly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested