package project
Netcore.lv development commands, helpers, generators for Laravel
netcore/project
Netcore.lv development commands, helpers, generators for Laravel
- Saturday, March 4, 2017
- by ViktorsN
- Repository
- 5 Watchers
- 0 Stars
- 6 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Netcore Development Helpers
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
dev-master
9999999-dev
http://netcore.lv
Netcore.lv development commands, helpers, generators for Laravel
Sources
Download
MIT
The Requires
by
Viktors Å
ikiforovs
development
commands
initial
init
netcore
v1.0.0
1.0.0.0
http://netcore.lv
Netcore.lv development commands, helpers, generators for Laravel
Sources
Download
MIT
The Requires
by
Viktors Å
ikiforovs
development
commands
initial
init
netcore