core23/twig-extensions
Extra Twig extensions and helpers for PHP apps, packaged as a lightweight bundle. Adds convenient filters, functions, and runtime utilities to simplify templates and reduce boilerplate, with straightforward integration into existing Twig environments.
Feature release (minor)
477: Add support for symfony 8 thanks to @core23
473: Update dependency symfony/phpunit-bridge to v8 thanks to @renovate[bot]
Feature release (minor)
Feature release (minor)
Feature release (minor)
Feature release (minor)
Feature release (minor)
Feature release (minor)
Feature release (minor)
Feature release (minor)
page_pager function thanks to @core23Renamed namespace Core23\Twig to Nucleos\Twig after move to [@nucleos]
Run
$ composer remove nucleos/twig-extensions
and
$ composer require nucleos/twig-extensions
to update.
Run
$ find . -type f -exec sed -i '.bak' 's/Core23\\Twig/Nucleos\\Twig/g' {} \;
to replace occurrences of Core23\Twig with Nucleos\Twig.
Run
$ find -type f -name '*.bak' -delete
to delete backup files created in the previous step.
[@nucleos]: https://github.com/nucleos [@core23]: https://github.com/core23 [#150]: https://github.com/nucleos/nucleos-twig-extensions/pull/150 [#90]: https://github.com/nucleos/nucleos-twig-extensions/pull/90 [#87]: https://github.com/nucleos/nucleos-twig-extensions/pull/87 [#76]: https://github.com/nucleos/nucleos-twig-extensions/pull/76
How can I help you explore Laravel packages today?