This is a Symfony project that demonstrates the use of multiple choice filters in a datatable.
-
Clone the repository:
git clone https://github.com/j0r1s/datatable-choice-filter-multiple.git cd datatable-choice-filter-multiple
-
Install dependencies:
composer install
-
Set up the database:
docker compose up -d
-
Load fixtures:
php bin/console doctrine:fixtures:load
-
Start the Symfony server:
symfony server:start
-
Open your browser and navigate to:
http://localhost:8000