Skip to content

netcore/project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netcore Development Helpers

Installation:

  1. Run
composer require netcore/project --dev
  1. Add service provider to your app.php configuration file
'providers' => [
    ...
    Netcore\Project\ProjectServiceProvider::class,
]
  1. You can also publish the config file to change implementations (ie. files to remove, turn off cache clear etc.)
php artisan vendor:publish --provider="Netcore\Project\ProjectServiceProvider" --tag=config

Usage

  • TODO

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages