Skip to content

j0r1s/datatable-choice-filter-multiple

Repository files navigation

Datatable Choice Filter Multiple

This is a Symfony project that demonstrates the use of multiple choice filters in a datatable.

Installation

  1. Clone the repository:

    git clone https://github.com/j0r1s/datatable-choice-filter-multiple.git
    cd datatable-choice-filter-multiple
  2. Install dependencies:

    composer install
  3. Set up the database:

    docker compose up -d
  4. Load fixtures:

    php bin/console doctrine:fixtures:load

Running the Project

  1. Start the Symfony server:

    symfony server:start
  2. Open your browser and navigate to:

    http://localhost:8000
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published