minimaloriginal / core-bundle
The core bundle for Minimal
Installs: 59
Dependents: 7
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.5.9
- symfony/symfony: 3.3.*
This package is not auto-updated.
Last update: 2025-03-02 07:34:35 UTC
README
The core bundle for Minimal
Command to launch
bin/console minimal_core:create-first-settings
Register bundle
$bundles = [ ... new MinimalOriginal\CoreBundle\MinimalCoreBundle(), ];
Register routes
minimal_core: resource: "@MinimalCoreBundle/Resources/config/routing.yml"
Issues
- RoutingSubscriber : error if table not empty and others modules doesn't not exists : $objectManager->getReference($entity->getEntity(), $entity->getEntityId())