disjfa/glynn-admin-symfony4

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

This package is auto-updated.

Last update: 2024-04-29 03:24:22 UTC


README

Check on packagist MIT License

Watch on GitHub Star on GitHub Tweet

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

Start a server using the symfony commandline tool

symfony server:start -d

The basic setup

We use symfony with these recepies:

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

Next we add these bundles

Clean code

Site bundles, lets npm/yarn