GithubHelp home page GithubHelp logo

Symfony 5 Support about apydatagridbundle HOT 6 CLOSED

kaamaa avatar kaamaa commented on June 6, 2024 1
Symfony 5 Support

from apydatagridbundle.

Comments (6)

kaamaa avatar kaamaa commented on June 6, 2024 3

The new version can be found here, it includes also changes vor PHP Version 7.4

https://github.com/kaamaa/APYDataGridBundle

from apydatagridbundle.

kaamaa avatar kaamaa commented on June 6, 2024

I finally got the APYDataGridBundle running with Symfony 5.2.3

Julio Montoya did 99% of the work, by preparing the Datagridbundle for Twig > 3.0

Please use jmontoyaa / APYDataGridBundle : master

In addition three steps are required:

Please add the following Statement to service.xml

</service>
   <service id="%grid.class%" alias="grid" public="true">
</service>

Using the console you can check if the the grid service is available:

php bin/console cache:clear
php bin/console debug:autowiring --all

As Templating is not available any more, you need to replace in Grid.PHP / getGridResponse

Old: return $this->container->get('templating')->renderResponse($view, $parameters, $response);
New: return new Response($this->container->get('twig')->render($view, $parameters, $response));

Finally you need to exchange in Configuration.php / getConfigTreeBuilder

Old: ->scalarNode('theme')->defaultValue('APYDataGridBundle::blocks.html.twig')->end() 
New: ->scalarNode('theme')->defaultValue('@APYDataGrid/blocks.html.twig')->end()

Then run

php bin/console cache:clear 

again and start you application.

My Controller function looks like this

public function GridAction(RequestStack $requestStack, grid $grid)
 {
    $request = $requestStack->getCurrentRequest();

As I'm not familiär with GitHub past "Composer require" statements, I can't upload my version.

Cheers
Martin

from apydatagridbundle.

kirya-dev avatar kirya-dev commented on June 6, 2024

Hello. Its very helpfull sugges.

Me also need goto newest symfony version.

@kaamaa you are need todo same replacing on twig in GridManager. Also needed to remove symfony/templating depency from composer.json.

After it please add version tag.

from apydatagridbundle.

npotier avatar npotier commented on June 6, 2024

Hello,

I've been working on this branch https://github.com/APY/APYDataGridBundle/tree/feature/sf5-compat to have a working Bundle with latest version on Symfony 5.

All tests are green and I've created a real life example that also allows to test the bundle locally : https://github.com/npotier/apydatagrid-demo

I've created a PR here : #1063

Feel free to tell me what you think about it.

from apydatagridbundle.

npotier avatar npotier commented on June 6, 2024

Hello.

Symfony 5 support has been released on the repository, on the tag 4.0

it is now available on packagist.

Feel free to test this new version on your projects and to create issues if needed

from apydatagridbundle.

FredDut avatar FredDut commented on June 6, 2024

Hello.
Is there a way to use twig3 with the 4.0?
Currently: "apy/datagrid-bundle 4.0 requires twig/twig ^2.10".

from apydatagridbundle.

Related Issues (20)

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.