spork / core
The core of Spork
Fund package maintenance!
Ko Fi
austinkregel
Requires
- php: >=8.0
- illuminate/support: >=8.40
- kregel/laravel-abstract: ^2.0
- spatie/laravel-tags: ^4.3
Requires (Dev)
- laravel/pint: ^1.0
- orchestra/testbench: ^7.0
- phpunit/phpunit: ^9.5
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.