spork/core

The core of Spork

1.1.5 2022-10-28 01:59 UTC

This package is auto-updated.

Last update: 2024-04-21 06:01:57 UTC


README

A Spork Plugin

composer require spork/core

Publish your assets

php artisan vendor:publish --provider=Spork\Core\\SporkServiceProvider

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.

Using UI Components

Required packages

  • cli-spinners@>=0.1 - why? Ascii art loading spinners 😄 mostly for a bit of fun.