Jorge Peña Lama
Jorge Peña Lama
@zaisahil . Check that you have your .env file properly configured. Proceed to your command line and write : php artisan key:generate Done.
One way I found to solve this with the current version is adding more folders on your layouts folder of the theme. This way you can create multiple styles. The...
I tinkered a bit with the main package 'phpagebuilder' and you can change the set theme on the Theme.php file inside src folder. In the` public function _construct `add the...
If you want to include a blade file you can use the following: `` Put the echo inside view.php in the blocks of your theme folder. Ensure the blade file...