Skip to content

dzaki236/artisan-laravel-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

artisan-laravel-view

Package for make view

Instalattion Step

Require the package by the following command at below :

$ composer require dzaki236/artisan-laravel-view

Dump-autoloading

Autoloading all updates package by the following command :

$ composer dump-autoload

Add Provider (deprecate for version 8+)

Surpriced to version 8+ you dont need add provider :b

Run Command Using

$ php artisan make:view path/of/save the file

Example

You want to create folder and views on admin folder or module? just create :

$ php artisan make:view admin/room/index

Explanation Of Example! :

Admin is folder.
Room is folder.
Index is file (blade templating files).

File Saving on resource/views/ folder on your laravel project

License

The MIT License (MIT). Please see License File for more information, version of 1.0.1

If had a problem or issue on older version,Please use of the latest version

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages