aqamarine/alphanews

Package used to easily and fast add news managing functionality to Laravel project

Installs: 46

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

Language:JavaScript


README

Tests GitHub Latest Stable Version Latest Unstable Version

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}