You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i solved this problem, by adding on /public/index.php after create the app:
$app->setBasePath('/slim-project');
Where "/slim-project" is the root folder of my slim project
If you run this command php -S localhost:8000 -t /public you dont need to add this config, If you access the project on browser using apache localhost:8080/slim-project, so you will need this config.
After initial installation and pointing my browser to the folder I get:
The text was updated successfully, but these errors were encountered: