Skip to content

Alicannklc/Laravel-make-view

Repository files navigation

php artisan make:command MakeViewCommand

App Console Commands

Replace MakeViewCommand.php

Gist Url

Creating views

# Create a view 'home.blade.php' in the default directory
php artisan make:view home

# Create a view 'home.blade.php' in a subdirectory ('pages')
php artisan make:view pages.home

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages