| 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: | 2025-11-03 15:21:36 |
| Package Statistics | |
|---|---|
| Total Downloads: | 37 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| 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...}}