avoo / framework-standard-edition
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.3.9
- avoo/framework-generator-bundle: dev-master
- avoo/framework-installer-bundle: dev-master
- doctrine/dbal: ~2.4
- doctrine/doctrine-bundle: ~1.4
- doctrine/doctrine-fixtures-bundle: ~2.2
- doctrine/doctrine-migrations-bundle: ~1.0
- doctrine/migrations: ~1.2
- doctrine/orm: ~2.4,>=2.4.5
- friendsofsymfony/jsrouting-bundle: ~1.5
- friendsofsymfony/user-bundle: ~2.0@dev
- incenteev/composer-parameter-handler: ~2.0
- knplabs/knp-menu-bundle: ~1.1
- sensio/distribution-bundle: ~3.0,>=3.0.12
- sensio/framework-extra-bundle: ~3.0,>=3.0.2
- stof/doctrine-extensions-bundle: ~1.1
- sylius/rbac-bundle: 0.15
- sylius/resource-bundle: 0.15
- symfony/assetic-bundle: ~2.3
- symfony/monolog-bundle: ~2.4
- symfony/swiftmailer-bundle: ~2.3
- symfony/symfony: 2.8.*
- twig/extensions: ~1.0
Requires (Dev)
- composer/composer: 1.0.*@dev
- phpspec/prophecy-phpunit: ~1.1
- phpunit/phpunit: ~4.6
- sensio/generator-bundle: ~3.0
- symfony/filesystem: ~2.2
This package is not auto-updated.
Last update: 2024-11-09 19:32:49 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
-
See more details for installer in FrameworkInstallerBundle
-
How to generate resource: FrameworkGeneratorBundle
Credits
- Jérémy Jégou jejeavo@gmail.com
License
This bundle is released under the MIT license. See the complete license in the bundle: