netcore / project by netcorelv

Netcore.lv development commands, helpers, generators for Laravel
13
0
6
Package Data
Maintainer Username: netcorelv
Maintainer Contact: viktors.nikiforovs@netcore.lv (Viktors Ņikiforovs)
Package Create Date: 2017-03-03
Package Last Update: 2017-03-04
Language: PHP
License: MIT
Last Refreshed: 2024-06-10 15:00:45
Package Statistics
Total Downloads: 13
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 6
Total Forks: 0
Total Open Issues: 0

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