Installation
Install badaso first. After that, you can install the module with the following command.
composer require badaso/content-module
Run the following command to easily setup the module.
php artisan badaso-content:setup
php artisan migrate
composer dump-autoload
php artisan db:seed --class="Database\Seeders\Badaso\Content\BadasoContentModuleSeeder"Add the plugins to your
MIX_BADASO_PLUGINS
to.env
. If you have another plugins installed, include them using delimiter comma (,).MIX_BADASO_PLUGINS=content-module
Add the plugins menu to your
MIX_BADASO_MENU
to.env
. If you have another menu, include them using delimiter comma (,).MIX_BADASO_MENU=${MIX_DEFAULT_MENU},content-module
Install & compile the JS
npm install && npm run dev