Just-Blade
This will help you to use blade templating easily in your plain php projects.
-
Install the follow package and you are good to go:-
composer require maratib/just-blade
Just-Blade
This will help you to use blade templating easily in your plain php projects.
Install the follow package and you are good to go:-
composer require maratib/just-blade
WP-Blade
This will help you to create a WordPress theme with Blade templating engine.
Run the following command to create a new blade template theme:-
composer create-project maratib/wp-blade my-theme
WP-Theme
This will help you to create a WordPress theme with FSE/Block templating engine.
Run the following command to create a new FSE/Block template theme:-
composer create-project maratib/wp-theme my-theme
WP-Plugin
This will help you to create a WordPress plugin with best practices.