sumocoders / framework
The Sumocoders framework based on Symfony
Installs: 119
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 10
Forks: 10
Open Issues: 0
Language:HTML
Type:project
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
- dev-master
- v12.2.2
- v12.2.1
- v12.2.0
- v12.1.2
- v12.1.1
- v12.1.0
- v12.0.1
- v12.0.0
- v11.0.0
- v10.1.0
- v10.0.0
- v9.2.1
- v9.2.0
- v9.1.0
- v9.0.0
- v8.0.3
- v8.0.2
- v8.0.1
- v8.0.0
- v7.0.1
- v7.0.0
- V6.0.0
- v5.4.0
- v5.3.0
- v5.2.0
- v5.1.0
- v5.0.1
- v5.0.0
- v4.1.0
- v4.0.0
- v3.2.0
- v3.1.0
- v3.0.0
- v2.0.2
- v2.0.1
- v2.0.0
- dev-user-bundle-roles-adjustments
- dev-remove-container-from-alert
- dev-fix-sidebar-icons-at-parent-level
- dev-804-use-correct-bin
- dev-upgrade-symfony-4
- dev-upgrade-to-bootstrap4
- dev-replace-coffeescript-by-es6
- dev-speed-up-gulp
- dev-docker
- dev-new-user-bundle
- dev-webpack
- dev-fieldset-type
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