2017 © Pedro Peláez
 

symfony-bundle base-bundle

Base Codes for TechPromux bundles

image

techpromux/base-bundle

Base Codes for TechPromux bundles

  • Monday, October 16, 2017
  • by frnklnrd
  • Repository
  • 0 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

TechPromux Base Bundle: Core for TechPromux solutions

This project is a symfony based bundle with multiples customized elements., (*1)

It integrates well known projects like Sonata Admin, Sonata User, FOS User, FOS Rest and others dependencies., (*2)

It provides a custom and extended supports for anothers TechPromux implemented solutions., (*3)

You only need download it and use it with a little effort., (*4)

We hope that this project contribute to your work with Symfony., (*5)

Instalation

Open a console in root project folder and execute following command:, (*6)

composer install techpromux/base-bundle

Configuration

For custom database and other options edit files:, (*7)

// TODO

Create/Update tables from entities definitions, executing following command:, (*8)

./bin/console doctrine:schema:update --force

Force bundle to copy all assets in public folder, executing following command:, (*9)

./bin/console assets:install web (for Symfony <= 3.3)

./bin/console assets:install public (for Symfony >= 3.4)

The Versions

19/07 2017

1.0

1.0.0.0

Base for TechPromux bundles

  Sources   Download

The Requires