2017 © Pedro Peláez
 

project glynn-admin-symfony4

A minimal Symfony admin project. Basic admin and site setup.

image

disjfa/glynn-admin-symfony4

A minimal Symfony admin project. Basic admin and site setup.

  • Wednesday, May 16, 2018
  • by disjfa
  • Repository
  • 1 Watchers
  • 1 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 36 % Grown

The README.md

glynn admin symfony4

Check on packagist MIT License, (*1)

![Watch on GitHub][github-watch-badge] ![Star on GitHub][github-star-badge] ![Tweet][twitter-badge], (*2)

Basic starter template using symfony4., (*3)

Instalation

composer create-project disjfa/glynn-admin-symfony4 my_project
cd my_project

Create database

bin/console doctrine:database:create
bin/console doctrine:migrations:migrate

Generate site assets

npm install
npm run dev

Serve

Start a server using the symfony commandline tool, (*4)

symfony server:start -d

The basic setup

We use symfony with these recepies:, (*5)

  • orm
  • twig
  • security
  • var-dumper
  • server
  • security
  • make

Next we add these bundles, (*6)

Clean code, (*7)

Site bundles, lets npm/yarn, (*8)

The Versions