Package used to easily and fast add news managing functionality to Laravel project
Using the package manager composer
$ composer require aqamarine/alphanews
For package to work publishing assets and migrations is needed
php artisan vendor:publish --tag="alphanews-config"
php artisan vendor:publish --tag="alphanews-assets"
For using this package create module first
php artisan module:make {module_name}
Then generate all needed files by running command bellow
php artisan alphanews:generate-all {module_name}