2017 © Pedro Peláez
 

library lvartisan

Laravel view artisan command

image

monirz/lvartisan

Laravel view artisan command

  • Wednesday, March 8, 2017
  • by monirz
  • Repository
  • 1 Watchers
  • 17 Stars
  • 49 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 2 Versions
  • 9 % Grown

The README.md

Lvartisan

Laravel artisan command for creating view

This is just initial work on dev mode, the code structure may change and some extra option will be added soon., (*1)

Require it

  composer require monirz/lvartisan

Add the service provider to the config/app.php

 monirz\lvartisan\LvartisanServiceProvider::class 

Voila, You are done!, (*2)

Basic usages

  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., (*3)

  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., (*4)

The Versions

08/03 2017

dev-master

9999999-dev

Laravel view artisan command

  Sources   Download

MIT

The Requires

 

by Avatar monirz

laravel artisan view

12/06 2016

1.0.0

1.0.0.0

Laravel view artisan command

  Sources   Download

MIT

The Requires

 

by Avatar monirz