This package is not intended for commercial use. It was built for personal use and is made public in case others find it helpful.
To add this package to your Laravel project, update your composer.json
by adding one of the following repository configurations:
composer config repositories.0 '{"type": "vcs", "url": "https://github.com/nickklein/news"}'
For local development, use:
composer config repositories.0 '{"type": "path", "url": "../news", "options": {"symlink": true}}'
composer require nickklein/news