Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Displays a random joke on Shopware 6's administration dashboard.

License

Notifications You must be signed in to change notification settings

FamilyOfficeOrg/FamilyOfficeDashboardJoke

Repository files navigation

Dashboard Joke

Lighten up your work day with a fresh joke every time you open the dashboard!

Usage requirements

shopware

Development requirements

git cmake docker

Usage

Composer

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

Download

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.

Development

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! 🥳

Acknowledgements

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.

License

This project is licensed under the MIT license.
Feel free to do whatever you want with the code!