2017 © Pedro Peláez
 

library laravel-toolkit

Common utilities for Laravel projects.

image

otinsoft/laravel-toolkit

Common utilities for Laravel projects.

  • Thursday, November 16, 2017
  • by cretueusebiu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 77 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 5 % Grown

The README.md

Laravel Toolkit

Latest Stable Version Build Status, (*1)

Installation

You can install the package via composer:, (*2)

composer require otinsoft/laravel-toolkit

Install the service provider:, (*3)

// config/app.php
'providers' => [
    ...
    Otinsoft\Toolkit\ToolkitServiceProvider::class,
],

(Optional) Publish the migrations with:, (*4)

php artisan vendor:publish --provider="Otinsoft\Toolkit\ToolkitServiceProvider" --tag="migrations"

(Optional) Publish the config file with:, (*5)

php artisan vendor:publish --provider="Otinsoft\Toolkit\ToolkitServiceProvider" --tag="config"

The Versions

16/11 2017

dev-dev

dev-dev https://github.com/otinsoft/laravel-toolkit

Common utilities for Laravel projects.

  Sources   Download

MIT

The Requires

 

04/09 2017

dev-master

9999999-dev https://github.com/otinsoft/laravel-toolkit

Common utilities for Laravel projects.

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

04/09 2017
23/07 2017
23/07 2017
22/07 2017

0.1.3

0.1.3.0 https://github.com/otinsoft/laravel-toolkit

Common utilities for Laravel projects.

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

23/06 2017

0.1.2

0.1.2.0 https://github.com/otinsoft/laravel-toolkit

Common utilities for Laravel projects.

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

22/06 2017

0.1.1

0.1.1.0 https://github.com/otinsoft/laravel-toolkit

Common utilities for Laravel projects.

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires

22/06 2017

0.1.0

0.1.0.0 https://github.com/otinsoft/laravel-toolkit

Common utilities for Laravel projects.

  Sources   Download

MIT

The Requires

  • php ^7.0

 

The Development Requires