GitXplorerGitXplorer
d

leaf

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
2e0c34d72da7ba0666a31c3065628f1e5240b299

first commit

ddisjfa committed 6 years ago

README

The README file for this repository.

glynn admin symfony4

Basic starter template using symfony4.

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

bin/console server:start

The basic setup

We use symfony with these recepies:

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

Next we add these bundles

Clean code

Site bundles, lets npm/yarn