aqamarine / alphanews
Package used to easily and fast add news managing functionality to Laravel project
v0.6.1
2026-04-17 12:59 UTC
Requires
- php: >=8.1
- intervention/image: >=2.7
- laravel/framework: >=10.0
- nwidart/laravel-modules: >=10.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.9
- orchestra/testbench: ^7.6 | ^8.0
- phpunit/phpunit: ^9.5
- roave/security-advisories: dev-latest
- squizlabs/php_codesniffer: ^3.7
This package is auto-updated.
Last update: 2026-05-17 13:10:16 UTC
README
Package used to easily and fast add news managing functionality to Laravel project
Installation
Using the package manager composer
$ composer require aqamarine/alphanews
Package Configuration
For package to work publishing assets and migrations is needed
Publish Config (Optional)
php artisan vendor:publish --tag="alphanews-config"
Publish Assets (Optionally publish all needed js and css plugins)
php artisan vendor:publish --tag="alphanews-assets"
Module setup
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}