Skip to content

A MVP repackaging of https://github.com/messerli90/laravel-vue-kanban-tutorial, for a basic type of kanban planning, will be rebuilt at some point....

Notifications You must be signed in to change notification settings

spork-app/planning

Repository files navigation

Planning

Simply add to your spork app through composer!

composer require spork/planning

Publish your assets

php artisan vendor:publish --provider=Spork\\Planning\\PlanningServiceProvider

You'll need to run artisan migrate to ensure your database gets the new repeating events schema

Lastly, register the Service Provider in your Spork App's config/app.php file. That will automatically add the Planning entry to the menu.