avoo/framework-standard-edition

dev-master / 0.1.x-dev 2016-04-05 13:11 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:29:08 UTC


README

![Latest Stable Version] (https://poser.pugx.org/avoo/framework-standard-edition/v/stable.svg) ![License] (https://poser.pugx.org/avoo/framework-standard-edition/license.svg)

This Symfony Standard Edition is a basic installer and resource generator based on Sylius philosophy.

What's inside?

The standard edition is automatically configured for:

  • Generate resource, model, form, controller and CRUD with Sylius logic

  • Include default Core bundle and Backend bundle

  • Add fully decoupled components for any resources

The framework use by default the following bundles:

  • Sylius resource bundle

  • Sylius rbac bundle

  • Sylius storage

  • FOS user

Installation

before following the instructions it's better to create your database.

composer create-project avoo/framework-standard-edition my-project-folder

Run php app/console avoo:install and follow the instructions

Be careful, it's extremely recommend to install the default Core and Backend for using the generator.

Example:

Would you like to install default core bundle (Recommended)? [y/n] y 
Choose your application name: MyApp
Installing Core bundle.
Would you like to install default backend bundle (Recommended)? [y/n] y 
Choose your application name: MyApp
Installing Backend bundle.

Now Run php app/console avoo:configure for generate database + migration and create administrator user.

by default chose the role "administrator".

That's all ;)

Documentation

Credits

License

This bundle is released under the MIT license. See the complete license in the bundle:

License