techpromux / base-bundle
Base Codes for TechPromux bundles
Installs: 31
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Type:symfony-bundle
Requires
- php: ^7.0
- friendsofsymfony/user-bundle: ^2.0
- sonata-project/admin-bundle: ^3.1
- sonata-project/doctrine-orm-admin-bundle: ^3.0
- symfony/form: ^2.8 || ^3.0
- symfony/http-foundation: ^2.8 || ^3.0
- symfony/security: ^2.8 || ^3.0
- white-october/pagerfanta-bundle: ^1.0
This package is not auto-updated.
Last update: 2025-04-13 05:59:45 UTC
README
This project is a symfony based bundle with multiples customized elements.
It integrates well known projects like Sonata Admin, Sonata User, FOS User, FOS Rest and others dependencies.
It provides a custom and extended supports for anothers TechPromux implemented solutions.
You only need download it and use it with a little effort.
We hope that this project contribute to your work with Symfony.
Instalation
Open a console in root project folder and execute following command:
composer install techpromux/base-bundle
Configuration
For custom database and other options edit files:
// TODO
Create/Update tables from entities definitions, executing following command:
./bin/console doctrine:schema:update --force
Force bundle to copy all assets in public folder, executing following command:
./bin/console assets:install web (for Symfony <= 3.3)
./bin/console assets:install public (for Symfony >= 3.4)