Package Data | |
---|---|
Maintainer Username: | hofa |
Maintainer Contact: | egi.hasdi@gmail.com (Egi Hasdi) |
Package Create Date: | 2019-05-12 |
Package Last Update: | 2019-05-12 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-15 15:23:42 |
Package Statistics | |
---|---|
Total Downloads: | 32 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
lumen support twig template
composer require hofa/lumen-twig
$app->register(LumenTwig\TwigServiceProvider::class);
view('tests/index.twig', ['a' => 1]);
touch resource/view/tests/index.twig
{{ reqeust.input('query', 1)}}
{{ app('hash').make('a123456')}}
{{ session...}}
{{ url...}}
{{ auth...}}