tajul-asri/lara-gview

Generate view for laravel 5
71
Install
composer require tajul-asri/lara-gview
Latest Version:v1.0
PHP:>= 5.5
License:MIT
Last Updated:Nov 19, 2016
Links: GitHub  ·  Packagist
Maintainer: tajul_asri

##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

Related Packages

doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database s...

631,580,251 9,707
laravel/framework

The Laravel Framework.

580,311,802 34,925
laravel/tinker

Powerful REPL for the Laravel framework.

489,754,436 7,444
laravel/serializable-closure

Laravel Serializable Closure provides an easy and secure way to serialize closur...

404,034,618 608
nunomaduro/collision

Cli error handling for console/command-line PHP applications.

387,976,821 4,658