Slim4 + PHP-DI + Login management Application Skeleton

Hello, this is my proposal for a skeleton application to let Slim users get the grasp of how to do certain things.

I decided to focus on beginners and thus not use a /public folder because people may use shared hosting and likely is not allowed to go up in parent directories.

The login management is a bonus :slight_smile:

Hope this may help someone.

1 Like

As an update, I decided to adhere to the /public folder best practice.

The login details to test are
Username: demo
Password: demo

Cheers

1 Like