Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

waldo2188/datatable-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datatable Sandbox for Symfony 3

Just a sandbox for the Datatable Bundle

If you need to try with symfony 2, check this branch

This sandbox comes with a SqLite database. So no need to setup a MySql database. It come with several data to populate the database.

How to install ?

git clone git@github.com:waldo2188/datatable-sandbox.git
cd datatable-sandbox
composer install
php bin/console doctrine:database:create
php bin/console doctrine:schema:create 
php bin/console doctrine:fixtures:load --append

Releases

No releases published

Packages

No packages published