| Package Data | |
|---|---|
| Maintainer Username: | monirz |
| Maintainer Contact: | monir.smith@gmail.com (monirz) |
| Package Create Date: | 2016-03-16 |
| Package Last Update: | 2017-03-08 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-07 03:00:14 |
| Package Statistics | |
|---|---|
| Total Downloads: | 260 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 20 |
| Total Watchers: | 2 |
| Total Forks: | 7 |
| Total Open Issues: | 0 |
This is just initial work on dev mode, the code structure may change and some extra option will be added soon.
composer require monirz/lvartisan
monirz\lvartisan\LvartisanServiceProvider::class
Voila, You are done!
php artisan make:view articles/index
The above example command will create the articles directory in views if the directory doesn't exist and the index.blade.php file in the articles directory.
php artisan make:view index
With this command the directory name is not provided so the index.blade.php file will be created in root directory which is views.