spork/weather

The weather package for Spork

dev-main 2022-11-25 04:27 UTC

This package is not auto-updated.

Last update: 2024-11-04 06:58:22 UTC


README

Simply add to your spork app through composer!

composer require spork/weather

Publish your assets

php artisan vendor:publish --provider=Spork\\Weather\\WeatherServiceProvider

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 Weather entry to the menu.