Skip to content

Instantly share code, notes, and snippets.

@nastanford
Created August 19, 2021 19:26
Show Gist options
  • Save nastanford/0406e1c59f0b5c9cd7bfb085aea465c8 to your computer and use it in GitHub Desktop.
Save nastanford/0406e1c59f0b5c9cd7bfb085aea465c8 to your computer and use it in GitHub Desktop.
How to add the ability to create a view to a Laravel PHP Artisan command.
How to add the ability to create a view to a Laravel PHP Artisan command.
In Command Line Run:
composer require theanik/laravel-more-command --dev
php artisan make:view {view-name}
php artisan make:view {subfolder}/{view-name}=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment