netcore / project
Netcore.lv development commands, helpers, generators for Laravel
v1.0.0
2017-03-04 02:37 UTC
Requires
- php: >=5.4.0
- barryvdh/laravel-debugbar: ^2.3
- barryvdh/laravel-ide-helper: ^2.3
- laravel/framework: 5.*
This package is not auto-updated.
Last update: 2026-03-05 03:09:24 UTC
README
Installation:
- Run
composer require netcore/project --dev
- Add service provider to your app.php configuration file
'providers' => [ ... Netcore\Project\ProjectServiceProvider::class, ]
- 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