sumocoders / framework-core-bundle
The core bundle for our mini-framework
Installs: 28 651
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 7
Forks: 6
Open Issues: 0
Language:SCSS
Type:symfony-bundle
Requires
- php: ^8.3
- doctrine/doctrine-bundle: ^2.11
- doctrine/orm: ^2.0
- friendsofsymfony/jsrouting-bundle: ^3
- gedmo/doctrine-extensions: ^3
- knplabs/knp-menu-bundle: ^3.0
- symfony/asset: ^7.1
- symfony/console: ^7.1
- symfony/form: ^7.1
- symfony/security-bundle: ^7.1
- symfony/translation: ^7.1
- symfony/twig-bundle: ^7.1
- symfony/ux-autocomplete: ^2.8
- symfony/ux-toggle-password: ^2.16
- 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: ^7.1
- dev-master
- v11.0.2
- v11.0.1
- v11.0.0
- v10.0.8
- v10.0.7
- v10.0.6
- v10.0.5
- v10.0.4
- v10.0.3
- v10.0.2
- v10.0.1
- v10.0.0
- v9.0.1
- v9.0.0
- v8.0.2
- v8.0.1
- v8.0.0
- v7.1.9
- v7.1.8
- v7.1.7
- v7.1.6
- v7.1.5
- v7.1.4
- v7.1.3
- v7.1.2
- v7.1.1
- v7.1.0
- v7.0.8
- v7.0.7
- v7.0.6
- v7.0.5
- v7.0.4
- v7.0.3
- v7.0.2
- v7.0.1
- v7.0.0
- v6.1.11
- v6.1.10
- v6.1.9
- v6.1.8
- v6.1.7
- v6.1.6
- v6.1.5
- v6.1.4
- 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-embedded-audit-logger
- dev-fix-theme
- dev-319-stimulus
- dev-278-asset-mapper
- dev-267-symfony-secrets
- dev-toggle-menu-dropdowns
- dev-magic-dtos
- 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: 2024-11-06 14:21:06 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