Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

KnpLabs/knp_pagination_sortable_issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony Open Source Test

This repo aim to serve as a local playground when working with/on a Symfony open source library.

Requirements

The repository has been bootstrapped using the following tools:

Installation

You can bootstrap the application by simply run task in your terminal.

Available tasks for this project

  • build: Build local Docker images
  • pull: Pull Docker images from registry
  • start: Create and start containers detached

The following commands supports arguments:

  • composer: Run Composer command
  • console: Run console command
  • symfony: Run Symfony command

You can pass arguments by adding -- ...args. Example: task composer -- require symfony/symfony

KnpBundlePaginator error

After bootstraping the project (with command task in the terminal), navigate to localhost:8000/movie/add and create at least 3 movies.

Then navigate to localhost:8000/movie/list and try clicking a table header to sort the rows. It should throw an exception.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published