2017 © Pedro PelĂĄez
 

project framework-standard-edition

image

avoo/framework-standard-edition

  • Tuesday, April 5, 2016
  • by avoo
  • Repository
  • 2 Watchers
  • 1 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

FrameworkStandardBundle

Latest Stable Version License, (*1)

This Symfony Standard Edition is a basic installer and resource generator based on Sylius philosophy., (*2)

What's inside?

The standard edition is automatically configured for:, (*3)

  • Generate resource, model, form, controller and CRUD with Sylius logic, (*4)

  • Include default Core bundle and Backend bundle, (*5)

  • Add fully decoupled components for any resources, (*6)

The framework use by default the following bundles:, (*7)

  • Sylius resource bundle, (*8)

  • Sylius rbac bundle, (*9)

  • Sylius storage, (*10)

  • FOS user, (*11)

Installation

before following the instructions it's better to create your database., (*12)

``` bash composer create-project avoo/framework-standard-edition my-project-folder, (*13)


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: ``` bash 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., (*14)

by default chose the role "administrator"., (*15)

That's all ;), (*16)

Documentation

Credits

License

This bundle is released under the MIT license. See the complete license in the bundle:, (*19)

License, (*20)

The Versions