aqamarine / alphanews
Package used to easily and fast add news managing functionality to Laravel project
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Language:JavaScript
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
- dev-master
- v0.5
- v0.3
- v0.2
- v0.1
- v0.1-alpha
- dev-dev
- dev-34-create-translations
- dev-32-add-controller-generator-commands
- dev-29-posts-ui-update
- dev-27-fix-categories
- dev-dependencies_fix
- dev-24-fix-traits
- dev-22-edit-readme
- dev-20-fix-posts
- dev-18-make-create-module-command
- dev-revert-15-14-little-fixes
- dev-14-little-fixes
- dev-12-add-posts-crud
- dev-10-add-medialibrary-v2
- dev-8-add-repository-action-v2
- dev-6-create-tags-crud
- dev-2-add-post-categories-crud
- dev-1-make-migrations-and-models
This package is auto-updated.
Last update: 2025-03-12 01:21:23 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}