Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techpromux/symfony-base-bundle
Core for TechPromux Bundles
https://github.com/techpromux/symfony-base-bundle
bundle php symfony symfony-bundle
Last synced: 28 days ago
JSON representation
Core for TechPromux Bundles
- Host: GitHub
- URL: https://github.com/techpromux/symfony-base-bundle
- Owner: techpromux
- License: gpl-3.0
- Created: 2017-04-04T20:56:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-16T15:22:32.000Z (over 7 years ago)
- Last Synced: 2024-12-16T18:05:53.476Z (about 2 months ago)
- Topics: bundle, php, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 2.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TechPromux Base Bundle: Core for TechPromux solutions
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)