2017 © Pedro Peláez
 

library laravel-kit

Extension kit for Laravel Project

image

vicodersvn/laravel-kit

Extension kit for Laravel Project

  • Tuesday, June 26, 2018
  • by vicodersvn
  • Repository
  • 2 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Vicoders Laravel Kit

Table of Contents

Installation

Composer

Execute the following command to get the latest version of the package:, (*1)

composer require vicodersvn/laravel-kit

Laravel

>= laravel5.5

ServiceProvider will be attached automatically, (*2)

Other

In your config/app.php add Vicoders\LaravelKit\Providers\LaravelKitServiceProvider::class to the end of the providers array:, (*3)

'providers' => [
    ...
    Vicoders\LaravelKit\Providers\LaravelKitServiceProvider::class,
],

Command

Create register basic module
php artisan make:module register --type=basic
Create register api module
php artisan make:module register --type=api
Create category basic module
php artisan make:module category --type=basic
Create category api module
php artisan make:module category --type=api
Create post basic module
php artisan make:module post --type=basic
Create post api module
php artisan make:module post --type=api
Create testimonial basic module
php artisan make:module testimonial --type=basic
Create testimonial api module
php artisan make:module testimonial --type=api
Create product basic module
php artisan make:module product --type=basic
Create product api module
php artisan make:module product --type=api

The Versions

26/06 2018

dev-master

9999999-dev

Extension kit for Laravel Project

  Sources   Download

by Nguyen Chung

26/06 2018

1.0.6

1.0.6.0

Extension kit for Laravel Project

  Sources   Download

by Nguyen Chung

26/06 2018

1.0.5

1.0.5.0

Extension kit for Laravel Project

  Sources   Download

by Nguyen Chung

25/06 2018

dev-dev_hai

dev-dev_hai

Extension kit for Laravel Project

  Sources   Download

by Nguyen Chung

25/06 2018

1.0.4

1.0.4.0

Extension kit for Laravel Project

  Sources   Download

by Nguyen Chung

25/06 2018

1.0.3

1.0.3.0

Extension kit for Laravel Project

  Sources   Download

by Nguyen Chung

25/06 2018

1.0.2

1.0.2.0

Extension kit for Laravel Project

  Sources   Download

by Nguyen Chung

25/06 2018

1.0.1

1.0.1.0

Extension kit for Laravel Project

  Sources   Download

by Nguyen Chung

25/06 2018

1.0.0

1.0.0.0

Extension kit for Laravel Project

  Sources   Download

by Nguyen Chung