symfony-app
A basic PHP app built with symfony. A showcase of symfony's authentication, templating and database concepts.
To see how it works:
- Ensure you have Symfony installed. If you don't see here
- Clone this repository
- Open up your favourite terminal and
cd
into 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!