This provides you to design or develop your page without writing any code and also you can save your page design HTML code in your database.
You can create templates and assign them to a specific page and ofcourse, there is an option to create pages.
Use the Composer package manager composer to install.
composer require mhamzaq869/builder
Publish Service Provider
php artisan vendor:publish --provider="Code\Builder\BuilderServiceProvider"
Migrate your migration
php artisan migrate
Go to the index page
/builder/page
Create or design Templates
/templates
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.