We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Something similar to what Laravel does with php artisan .
php artisan
This command will create a blade file, an scss, a class and, eventually, a js file with its current route.
The text was updated successfully, but these errors were encountered:
+1 shouldn't be that hard.
http://symfony.com/doc/current/components/console.html
Sorry, something went wrong.
Making this using a WP-CLI command would be nice I think https://make.wordpress.org/cli/handbook/commands-cookbook/
No branches or pull requests
Something similar to what Laravel does with
php artisan
.This command will create a blade file, an scss, a class and, eventually, a js file with its current route.
The text was updated successfully, but these errors were encountered: