php artisan make:command MakeViewCommand
App
Console
Commands
Replace
MakeViewCommand.php
Creating views
# Create a view 'home.blade.php' in the default directoryphp artisan make:view home# Create a view 'home.blade.php' in a subdirectory ('pages')php artisan make:view pages.home
Top comments(0)
Subscribe
For further actions, you may consider blocking this person and/orreporting abuse