Skip to content

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

Notifications You must be signed in to change notification settings

Aqamarine228/AlphaNews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlphaNews (Laravel Package)

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}

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published