GitXplorerGitXplorer
d

sah-php

public
0 stars
0 forks
7 issues

Commits

List of commits on branch master.
Unverified
a822b68c2ea8cf589c02b69502786f06446a5c2f

Updated page admin, fixed ratio

ddisjfa committed a year ago
Unverified
47acc314fff9e00d70cf1aab596757183c754674

Added css

ddisjfa committed a year ago
Unverified
2a1c612126781af2e8f649d2b99defedfbb11fbd

Removed prod files

ddisjfa committed a year ago
Unverified
771682cd8f81ea7cfa43c07c619c45bc6f9d9fb5

Updated packages, removed dev

ddisjfa committed a year ago
Unverified
34dfb8ac16901f81ae2f26553ed3fa0fd22be201

Setup basic login link

ddisjfa committed a year ago
Unverified
a686a1697e2d3ae55888da39180e264795d0d54e

Upgrade

ddisjfa committed a year ago

README

The README file for this repository.

glynn admin symfony4

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