Install the dependencies and start the server.
$ cd Symfony-4-Crud-Example
$ composer install
$ php bin/console server:start
Your server address in your preferred browser: localhost:8000
- MAILER_URL=null://localhost change for Mailinator. See Mailer
- DATABASE_URL=mysql://db_user:[email protected]:3306/db_name change for Database. See Database
See Medium