sumocoders / framework
This package is abandoned and no longer maintained.
No replacement package was suggested.
The Sumocoders framework based on Symfony
Package info
github.com/sumocoders/Framework
Language:HTML
Type:project
pkg:composer/sumocoders/framework
v12.2.2
2018-10-18 12:09 UTC
Requires
- php: ^7.1
- doctrine/doctrine-bundle: ^1.6
- doctrine/doctrine-migrations-bundle: ^1.1
- doctrine/migrations: ^1.4
- doctrine/orm: ^2.5
- friendsofsymfony/jsrouting-bundle: ^1.6
- gedmo/doctrine-extensions: ^2.4
- incenteev/composer-parameter-handler: ^2.1
- jms/di-extra-bundle: ^1.7
- jms/i18n-routing-bundle: ^2.0
- jms/translation-bundle: ^1.1
- knplabs/knp-menu-bundle: ^2.1
- mopa/bootstrap-bundle: ^3.0
- sensio/distribution-bundle: ^5.0
- sensio/framework-extra-bundle: ^3.0
- sentry/sentry-symfony: ^0.8.2
- simple-bus/doctrine-orm-bridge: ^4.0
- simple-bus/symfony-bridge: ^4.1
- sumocoders/framework-example-bundle: ^8.0.0
- sumocoders/framework-multi-user-bundle: ^10.0.0
- sumocoders/framework-search-bundle: ^5.0.0
- symfony/framework-bundle: ^3.3
- symfony/monolog-bundle: ^3.0
- symfony/swiftmailer-bundle: ^2.3
- symfony/symfony: ^3.4
- tijsverkoyen/css-to-inline-styles: ^2.0
- twig/extensions: ^1.5
- white-october/pagerfanta-bundle: ^1.0
Requires (Dev)
- composer/composer: 1.0.*@dev
- doctrine/doctrine-fixtures-bundle: ^2.3
- fzaninotto/faker: ^1.5
- phpunit/phpunit: ^5.2 || ^4.8
- sensio/generator-bundle: ^3.0
- squizlabs/php_codesniffer: ^2.6
- symfony/phpunit-bridge: ^3.0
This package is auto-updated.
Last update: 2021-03-04 19:10:44 UTC
README
Installation
This is the SumoCoders Symfony Framework. You can install it using
composer create-project -s dev sumocoders/framework .
Configuration
Initial database
Before you can do anything your database should be initialized.
app/console doctrine:migrations:migrate
Initial user
Add a user with
app/console sumocoders:multiuser:create <username> <password> <displayName> <email>
You can now go to /en/login and login with the given user.
Configure migrations
When you start you should initialize the migrations:
app/console doctrine:migrations:status
Bootstrap integration
We use ...
See https://github.com/phiamo/MopaBootstrapBundle for more information.
Other
Frontend
Development
- Creating new bundles
- Fixtures
- Database Changes/Migrations
- Adding items into the menu/navigation
- Adding a language switch
- Using Datepickers
- Using the breadcrumb
- Using pagination