Skip to content

nickklein/news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News

About This Package

This package is not intended for commercial use. It was built for personal use and is made public in case others find it helpful.

Installation

To add this package to your Laravel project, update your composer.json by adding one of the following repository configurations:

Using Live Repository

composer config repositories.0 '{"type": "vcs", "url": "https://github.com/nickklein/news"}'

Using Local Path

For local development, use:

composer config repositories.0 '{"type": "path", "url": "../news", "options": {"symlink": true}}'

Install the Package

composer require nickklein/news

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published