A basic PHP app built with symfony. A showcase of symfony's authentication, templating and database concepts.
- Ensure you have Symfony installed. If you don't see here
- Clone this repository
- Open up your favourite terminal and
cdinto the project directory - Run
symfony serve, and your application is now live on [http://127.0.0.1:8000/]. But don't run it just yet. - To have this application work properly, you will need to setup a database connection in the
.env.local - Now you can visit [http://127.0.0.1:8000/] to see the application live!