Laravel make view

alicannklc

Alican Kılıç

Posted on May 12, 2019

Laravel make view

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

Demo

💖 💪 🙅 🚩
alicannklc
Alican Kılıç

Posted on May 12, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related