Nekland / Symfony-Nekland-Edition

[DEPRECATED] Another Symfony Distribution
5 stars 1 forks source link

Symfony Nekland Edition

Notice that this project is a fork from the Symfony Standard Edition.

Why ?

Philosophy

About assets

About bundles

Nop. Your application is not "bundles".

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

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.

Documentation files

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

Notice that it's a good place to document your project :) .

Here we go

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

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

Notices:

You can checkout the app/Resources/doc/nekland to learn more about this distribution.