Lighten up your work day with a fresh joke every time you open the dashboard!
Install and activate the plugin in your Shopware instance.
composer require family-office/dashboard-joke
bin/console plugin:refresh && bin/console plugin:install FamilyOfficeDashboardJoke --activate
The only thing that's left to do for the plugin to work is to build the administration.
bin/build-administration.sh
Alternatively to installing the plugin via Composer and building it yourself, you can download the latest pre-built release here and install it manually in your Shopware instance.
Clone the project into your Shopware installation
git clone git@github.com:FamilyOfficeOrg/FamilyOfficeDashboardJoke.git
cd FamilyOfficeDashboardJoke
Install the development dependencies
make install
..and start developing! 🥳
Thanks to Freepik from www.flaticon.com for providing the plugin icon.
We also thank jokeapi.dev for providing the jokes via an easy-to-use REST API.
This project is licensed under the MIT license.
Feel free to do whatever you want with the code!