netcore/project

Netcore.lv development commands, helpers, generators for Laravel

v1.0.0 2017-03-04 02:37 UTC

This package is not auto-updated.

Last update: 2024-04-17 18:32:09 UTC


README

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