Installation
You can install the linky theme with the following command.
composer require badaso/linky-theme
(Optional) Run the following command to setup the badaso-core. If you never run it before.
php artisan badaso:setup
(Optional) Run the following command to setup the badaso-content. If you never run it before.
php artisan badaso-content:setup
Run the following command to setup the theme
php artisan badaso-linky-theme:setup
Run the following command to migrate database.
php artisan migrate
(Optional) Run the following command to generate seeder of badaso core, content module and post module. If you never run it before.
php artisan db:seed --class="Database\Seeders\Badaso\BadasoSeeder"
php artisan db:seed --class="Database\Seeders\Badaso\Content\BadasoContentModuleSeeder"Run the command to generate seeder of linky theme.
php artisan db:seed --class='Database\Seeders\Badaso\LinkyTheme\BadasoLinkyThemeSeeder'
Add the plugins to your MIX_POST_URL_PREFIX to
.env
file.MIX_BADASO_PLUGINS=content-module,linky-theme
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,linky-theme
Install JS depedency
npm install
Build JS dependency.
npm run watch
Finished. You can access the linky theme
http://localhost:8000/linky