Skip to content

Symfony 3.2 Demo Project For My DatatablesBundle v1.0 And The Dev-Master Branch

Notifications You must be signed in to change notification settings

stwe/DtBundleDemo10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DtBundleDemo

Symfony3.2 Demo Project For My DatatablesBundle v1.0 (dev-master)

Install

1. Clone the project with Git:

git clone https://github.com/stwe/DtBundleDemo10.git

2. Install composer dependencies

composer install

3. Install assets and dump js routing

php bin/console assets:install --symlink
php bin/console fos:js-routing:dump

4. Set-up Database

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

Login

Admin:

  • Username: root
  • Password: root

User:

  • Username: user
  • Password: user

License

This bundle is under the MIT license. See the complete license in the bundle:

src/AppBundle/Resources/meta/LICENSE

About

Symfony 3.2 Demo Project For My DatatablesBundle v1.0 And The Dev-Master Branch

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •