Symfony3.2 Demo Project For My DatatablesBundle v1.0 (dev-master)
git clone https://github.com/stwe/DtBundleDemo10.git
composer install
php bin/console assets:install --symlink
php bin/console fos:js-routing:dump
Create database if it doesn't exist.
php bin/console doctrine:database:create
Create tables based on the Entity classes.
php bin/console doctrine:schema:update --force
Run fixtures (load sample data into the tables).
php bin/console doctrine:fixtures:load --no-interaction
Admin:
- Username: root
- Password: root
User:
- Username: user
- Password: user
This bundle is under the MIT license. See the complete license in the bundle:
src/AppBundle/Resources/meta/LICENSE