2017 © Pedro Peláez
 

project symfony-nekland-edition

The "Symfony Nekland Edition" distribution

image

nekland/symfony-nekland-edition

The "Symfony Nekland Edition" distribution

  • Sunday, October 18, 2015
  • by Nek
  • Repository
  • 4 Watchers
  • 7 Stars
  • 51 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 4 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Symfony Nekland Edition

Notice that this project is a fork from the Symfony Standard Edition., (*1)

Why ?

  • Because we all are bored to re-configure each project from the symfony standard edition
  • Because some things are useless in the standard edition
  • Because some things are missing in the standard edition

Philosophy

About assets

  • Assets should be managed by Bower -> bower support
  • Bower should be automaticaly installed, as any usefull node script -> npm support

About bundles

Nop. Your application is not "bundles"., (*2)

An application is an application, a bundle have to be a dependance. Not a package of your application., (*3)

You still want to develop a bundle in your application ? Don't worry, you can. Just play with it like if you have no "App" folder., (*4)

Documentation files

We do not disturb your home dev directory with some documentation. You can find it on the app/Resources/doc folder ;-) ., (*5)

Notice that it's a good place to document your project :) ., (*6)

Here we go

Installing Symfony Nekland Edition is as easy as installing the Standard Edition ;-) . Just use composer., (*7)

composer create-project nekland/symfony-nekland-edition YourAwesomeProjectName dev-master

Notices:, (*8)

  • The first version of the nekland edition was the 2.4. It follows symfony update as possible (yep, we are humans) !
  • Nothing to delete, really, go to your code ! :-)

You can checkout the app/Resources/doc/nekland to learn more about this distribution., (*9)

The Versions