| Package Data | |
|---|---|
| Maintainer Username: | tajul_asri | 
| Maintainer Contact: | mtajulasri@gmail.com (Tajul Asri) | 
| Package Create Date: | 2016-11-19 | 
| Package Last Update: | 2016-11-19 | 
| Language: | PHP | 
| License: | MIT | 
| Last Refreshed: | 2025-10-29 03:04:21 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 71 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 0 | 
| Total Watchers: | 1 | 
| Total Forks: | 0 | 
| Total Open Issues: | 0 | 
##Laravel view generator This package is just for generate single blade view for laravel 5.Instead of bundle (index,show,edit,add )
1.Installation
	"tajul-asri/lara-gview": "1.0"
2.Register service provider
	LaraGview\LaraGViewServiceProvider::class
3.Generate single view command
	php artisan lgview:make my_single_blade_view 
4.Generate with directory
	php artisan lgview:make my_single_blade_view --path=users
	php artisan lgview:make my_single_blade_view --path=users.admin
Dont hesitate to contact me at mtajulasri[at]gmail.com