Created
August 19, 2021 19:26
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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