Code Monkey home page Code Monkey logo

pagination-bundle's People

Contributors

peter-gribanov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pagination-bundle's Issues

Add ParamConverter for inject a pagination in controller

Add ParamConverter for inject a pagination in controller like this:

use GpsLab\Bundle\PaginationBundle\Service\Configuration;

class ArticleController extends Controller
{
    private const ARTICLES_PER_PAGE = 30;

    public function index(ArticleRepository $rep, Configuration $pagination): Response
    {
        $pagination->setTotalPages(ceil($rep->getTotalPublished() / self::ARTICLES_PER_PAGE));

        // get articles chunk
        $offset = ($pagination->getCurrentPage() - 1) * self::ARTICLES_PER_PAGE;
        $articles = $rep->getPublished(self::ARTICLES_PER_PAGE, $offset);

        return $this->render('AcmeDemoBundle:Article:index.html.twig', [
            'articles' => $articles,
            'pagination' => $pagination
        ]);
    }
}

Twig 3 loading problem

Using version ^1.4 for gpslab/pagination-bundle
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Restricting packages listed in "symfony/symfony" to "5.0.*"
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Conclusion: remove doctrine/doctrine-bundle 2.0.7
    - Conclusion: don't install doctrine/doctrine-bundle 2.0.7
    - twig/twig v2.0.0 conflicts with doctrine/doctrine-bundle[2.0.7].
    - twig/twig v2.1.0 conflicts with doctrine/doctrine-bundle[2.0.7].
    - twig/twig v2.2.0 conflicts with doctrine/doctrine-bundle[2.0.7].
    - twig/twig v2.3.0 conflicts with doctrine/doctrine-bundle[2.0.7].
    - twig/twig v2.3.1 conflicts with doctrine/doctrine-bundle[2.0.7].
    - twig/twig v2.3.2 conflicts with doctrine/doctrine-bundle[2.0.7].
    - Installation request for doctrine/doctrine-bundle (locked at 2.0.7) -> satisfiable by doctrine/doctrine-bundle[2.0.7].
    - Conclusion: don't install symfony/http-kernel v5.0.4|install twig/twig v2.0.0|install twig/twig v2.1.0|install twig/twig v2.2.0|install twig/twig v2.3.0|install twig/twig v2.3.1|install twig/twig v2.3.2
    - Conclusion: remove symfony/http-kernel v5.0.4|install twig/twig v2.0.0|install twig/twig v2.1.0|install twig/twig v2.2.0|install twig/twig v2.3.0|install twig/twig v2.3.1|install twig/twig v2.3.2
    - twig/twig v1.34.0 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.34.1 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.34.2 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.34.3 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.34.4 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.35.0 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.35.1 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.35.2 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.35.3 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.35.4 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.36.0 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.37.0 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.37.1 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.38.0 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.38.1 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.38.2 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.38.3 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.38.4 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.39.0 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.39.1 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.40.0 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.40.1 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.41.0 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.42.0 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.42.1 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.42.2 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.42.3 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.42.4 conflicts with symfony/http-kernel[v5.0.4].
    - twig/twig v1.42.5 conflicts with symfony/http-kernel[v5.0.4].
    - Installation request for symfony/http-kernel (locked at v5.0.4) -> satisfiable by symfony/http-kernel[v5.0.4].
    - Installation request for gpslab/pagination-bundle ^1.4 -> satisfiable by gpslab/pagination-bundle[v1.4.0].
    - Conclusion: don't install twig/twig v3.0.3|install twig/twig v1.34.0|install twig/twig v1.34.1|install twig/twig v1.34.2|install twig/twig v1.34.3|install twig/twig v1.34.4|install twig/twig v1.35.0|install twig/twig v1.35.1|install twig/twig v1.35.2|install twig/twig v1.35.3|install twig/twig v1.35.4|install twig/twig v1.36.0|install twig/twig v1.37.0|install twig/twig v1.37.1|install twig/twig v1.38.0|install twig/twig v1.38.1|install twig/twig v1.38.2|install twig/twig v1.38.3|install twig/twig v1.38.4|install twig/twig v1.39.0|install twig/twig v1.39.1|install twig/twig v1.40.0|install twig/twig v1.40.1|install twig/twig v1.41.0|install twig/twig v1.42.0|install twig/twig v1.42.1|install twig/twig v1.42.2|install twig/twig v1.42.3|install twig/twig v1.42.4|install twig/twig v1.42.5|install twig/twig v2.0.0|install twig/twig v2.1.0|install twig/twig v2.2.0|install twig/twig v2.3.0|install twig/twig v2.3.1|install twig/twig v2.3.2
    - Conclusion: remove twig/twig v3.0.3|install twig/twig v1.34.0|install twig/twig v1.34.1|install twig/twig v1.34.2|install twig/twig v1.34.3|install twig/twig v1.34.4|install twig/twig v1.35.0|install twig/twig v1.35.1|install twig/twig v1.35.2|install twig/twig v1.35.3|install twig/twig v1.35.4|install twig/twig v1.36.0|install twig/twig v1.37.0|install twig/twig v1.37.1|install twig/twig v1.38.0|install twig/twig v1.38.1|install twig/twig v1.38.2|install twig/twig v1.38.3|install twig/twig v1.38.4|install twig/twig v1.39.0|install twig/twig v1.39.1|install twig/twig v1.40.0|install twig/twig v1.40.1|install twig/twig v1.41.0|install twig/twig v1.42.0|install twig/twig v1.42.1|install twig/twig v1.42.2|install twig/twig v1.42.3|install twig/twig v1.42.4|install twig/twig v1.42.5|install twig/twig v2.0.0|install twig/twig v2.1.0|install twig/twig v2.2.0|install twig/twig v2.3.0|install twig/twig v2.3.1|install twig/twig v2.3.2
    - gpslab/pagination-bundle v1.4.0 requires twig/twig ^1.34|^2.0 -> satisfiable by twig/twig[v1.34.0, v1.34.1, v1.34.2, v1.34.3, v1.34.4, v1.35.0, v1.35.1, v1.35.2, v1.35.3, v1.35.4, v1.36.0, v1.37.0, v1.37.1, v1.38.0, v1.38.1, v1.38.2, v1.38.3, v1.38.4, v1.39.0, v1.39.1, v1.40.0, v1.40.1, v1.41.0, v1.42.0, v1.42.1, v1.42.2, v1.42.3, v1.42.4, v1.42.5, v2.0.0, v2.1.0, v2.10.0, v2.11.0, v2.11.1, v2.11.2, v2.11.3, v2.12.0, v2.12.1, v2.12.2, v2.12.3, v2.12.4, v2.12.5, v2.2.0, v2.3.0, v2.3.1, v2.3.2, v2.4.0, v2.4.1, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.5.0, v2.6.0, v2.6.1, v2.6.2, v2.7.0, v2.7.1, v2.7.2, v2.7.3, v2.7.4, v2.8.0, v2.8.1, v2.9.0].
    - Can only install one of: twig/twig[v2.10.0, v3.0.3].
    - Can only install one of: twig/twig[v2.11.0, v3.0.3].
    - Can only install one of: twig/twig[v2.11.1, v3.0.3].
    - Can only install one of: twig/twig[v2.11.2, v3.0.3].
    - Can only install one of: twig/twig[v2.11.3, v3.0.3].
    - Can only install one of: twig/twig[v2.12.0, v3.0.3].
    - Can only install one of: twig/twig[v2.12.1, v3.0.3].
    - Can only install one of: twig/twig[v2.12.2, v3.0.3].
    - Can only install one of: twig/twig[v2.12.3, v3.0.3].
    - Can only install one of: twig/twig[v2.12.4, v3.0.3].
    - Can only install one of: twig/twig[v2.12.5, v3.0.3].
    - Can only install one of: twig/twig[v2.4.0, v3.0.3].
    - Can only install one of: twig/twig[v2.4.1, v3.0.3].
    - Can only install one of: twig/twig[v2.4.2, v3.0.3].
    - Can only install one of: twig/twig[v2.4.3, v3.0.3].
    - Can only install one of: twig/twig[v2.4.4, v3.0.3].
    - Can only install one of: twig/twig[v2.4.5, v3.0.3].
    - Can only install one of: twig/twig[v2.4.6, v3.0.3].
    - Can only install one of: twig/twig[v2.4.7, v3.0.3].
    - Can only install one of: twig/twig[v2.4.8, v3.0.3].
    - Can only install one of: twig/twig[v2.5.0, v3.0.3].
    - Can only install one of: twig/twig[v2.6.0, v3.0.3].
    - Can only install one of: twig/twig[v2.6.1, v3.0.3].
    - Can only install one of: twig/twig[v2.6.2, v3.0.3].
    - Can only install one of: twig/twig[v2.7.0, v3.0.3].
    - Can only install one of: twig/twig[v2.7.1, v3.0.3].
    - Can only install one of: twig/twig[v2.7.2, v3.0.3].
    - Can only install one of: twig/twig[v2.7.3, v3.0.3].
    - Can only install one of: twig/twig[v2.7.4, v3.0.3].
    - Can only install one of: twig/twig[v2.8.0, v3.0.3].
    - Can only install one of: twig/twig[v2.8.1, v3.0.3].
    - Can only install one of: twig/twig[v2.9.0, v3.0.3].
    - Installation request for twig/twig (locked at v3.0.3) -> satisfiable by twig/twig[v3.0.3].


Installation failed, reverting ./composer.json to its original content.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.