Skip to content

Simple Symfony 4 CRUD App With Symfony 4, Doctrine and Twig

Notifications You must be signed in to change notification settings

nlsnmr/symfony4-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony CRUD

A simple CRUD App With Symfony 4

Symfony version: 4
Symfony skeleton: symfony/skeleton
Template engine: Twig
Object Relational Mapper (ORM): Doctrine

crud

How to start

# Install dependencies
composer install

# Edit the .env file (or create .env.local) and add DB params
php bin/console doctrine:database:create

# Run migrations
php bin/console doctrine:migrations:migrate

# Create host and Check on browser

About

Simple Symfony 4 CRUD App With Symfony 4, Doctrine and Twig

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published