netcore/project

Netcore.lv development commands, helpers, generators for Laravel
13
Install
composer require netcore/project
Latest Version:v1.0.0
PHP:>=5.4.0
License:MIT
Last Updated:Mar 4, 2017
Links: GitHub  ·  Packagist
Maintainer: netcorelv

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

Related Packages

bpocallaghan/generators

Custom Laravel 5 File Generators with config and publishable stubs.

68,472 120
mykehowells/dotenv

Load .env file into project environment, using same functions as Laravel

9,662 2
cloudratha/ivatar

Generates Initial based Avatars for Laravel

401 3
mahimahi/auth-command

Command cli to create/manage users

159 0
spatie/laravel-tail

Easily tail application logs

2,661,027 748