sumocoders / framework-core-bundle
The core bundle for our mini-framework
Installs: 19 871
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 8
Forks: 4
Open Issues: 1
Type:symfony-bundle
Requires
- php: ^8.0
- friendsofsymfony/jsrouting-bundle: ^3
- gedmo/doctrine-extensions: ^3
- knplabs/knp-menu-bundle: ^3.0
- symfony/asset: ^6.2
- symfony/console: ^6.2
- symfony/form: ^6.2
- symfony/security-bundle: ^6.2
- symfony/translation: ^6.2
- symfony/twig-bundle: ^6.2
- twig/cssinliner-extra: ^3.3
- twig/extra-bundle: ^3.3
- twig/inky-extra: ^3.3
Requires (Dev)
- friendsoftwig/twigcs: ^6.0
- roave/security-advisories: dev-master
- symfony/maker-bundle: ^1.0
- symfony/phpunit-bridge: ^6.2
- dev-master
- v6.1.3
- v6.1.2
- v6.1.1
- v6.1.0
- v6.0.4
- v6.0.3
- v6.0.2
- v6.0.1
- v6.0.0
- v5.4.5
- v5.4.4
- v5.4.3
- v5.4.2
- v5.4.1
- v5.4.0
- v5.3.0
- v5.2.2
- v5.2.1
- v5.2.0
- v5.1.3
- v5.1.2
- v5.1.1
- v5.1.0
- v5.0.1
- v5.0.0
- v4.1.0
- v4.0.2
- v4.0.1
- v4.0.0
- v3.2.0
- v3.1.0
- v3.0.2
- v3.0.1
- v3.0.0
- v2.0.2
- v2.0.1
- 2.0.0
- 1.3
- 1.2
- 1.1
- 1.0
- v0.9
- dev-symfony-six-two
- dev-datepicker-docs
- dev-remove-bazinga-hardcoded
- dev-update-phpcs
- dev-225-make-accept-and-help-required-for-file-uploads
- dev-bump-to-symfony-6
- dev-update-collection-delete-button
- dev-warning-header-newline-detected
- dev-fix-help-text-on-time-widgets
- dev-toggle-menu-dropdowns
- dev-append-menu-item-attributes
- dev-prefix-menu-child-routes
- dev-allow-html
- dev-always-show-breadcrumbs
- dev-magic-dtos
- dev-fix-datepickers
- dev-fix-route-valueobject
- dev-browser-detection
- dev-set-mails-light-mode-view
- dev-encrypted-type
- dev-make-breadcrumbs-work-with-invoke
This package is auto-updated.
Last update: 2023-01-26 14:16:14 UTC
README
This bundle is created and maintained by SumoCoders. It contains a set of basic tools that enable us to build an application in a shorter timespan. The bundle is intended to be used together with our npm package.
Installation
To properly use this bundle, create a new project with our application skeleton:
$ composer create-project sumocoders/application-skeleton my_project
The skeleton will load this bundle, install our npm package and add some extra config for CI, deployment, etc..
Documentation
All documentation is located in the docs/
subdirectory.
Issues?
Feel free to add an Issue on Github, or even better create a PR.
License
This software is published under the MIT License