Skip to content

hadeyici/Symfony-4-Crud-Example

Repository files navigation

Symfony-4-Crud-Example

1_5Ho8-Jz-vmqFQKZY5W_K9A

1) Installation

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

2) .env

  • MAILER_URL=null://localhost change for Mailinator. See Mailer
  • DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name change for Database. See Database

3) Medium

See Medium