codelabs / voyagerarticles
This package is abandoned and no longer maintained.
No replacement package was suggested.
:description
0.1.1
2018-06-23 19:13 UTC
Requires
- illuminate/support: ~5
- tcg/voyager: ^1.1
Requires (Dev)
- orchestra/testbench: ~3.0
- phpunit/phpunit: ~6.0
This package is not auto-updated.
Last update: 2023-06-10 22:50:38 UTC
README
Laravel Voyager Articles BREAD.
Installation
Via Composer
$ composer require codelabs/voyagerarticles
Usage
Publish the config file (choose voyagerarticles.config
)
php artisan vendor:publish
Seed the Voyager database tables
php artisan db:seed --class="Codelabs\VoyagerArticles\Database\Seeds\DatabaseSeeder"
Done!
Change log
- Initial Development
Testing
$ composer test
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email shawn@codelabs.ca instead of using the issue tracker.
Credits
License
MIT. Please see the license file for more information.