2017 © Pedro Peláez
 

library support

Package to support every jlourenco package. This adds some helper functions which do not require any other jlourenco package.

image

jlourenco/support

Package to support every jlourenco package. This adds some helper functions which do not require any other jlourenco package.

  • Tuesday, May 3, 2016
  • by joaogl
  • Repository
  • 1 Watchers
  • 0 Stars
  • 34 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

support

Latest Stable Version Latest Unstable Version Software License Build Status Quality Score ![Total Downloads][ico-downloads], (*1)

This package is the support for every jlourenco package. It does not depend on any other jlourenco package and it adds a few helper functions., (*2)

Install

Via Composer, (*3)

``` bash $ composer require jlourenco/support $ php artisan jlourenco:setup, (*4)


## Usage ``` php Schema::create('TestingTable', function (Blueprint $table) { $table->increments('id'); $table->string('name', 25); $table->string('description', 150)->nullable(); $table->timestamps(); $table->creation(); }); Schema::table('TestingTable', function (Blueprint $table) { $table->creationRelation(); });

Change log

Please see CHANGELOG for more information what has changed recently., (*5)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*6)

Security

If you discover any security related issues, please email jglourenco.pt@gmail.com instead of using the issue tracker., (*7)

Credits

License

The MIT License (MIT). Please see License File for more information., (*8)

The Versions

03/05 2016

dev-master

9999999-dev https://github.com/jlourenco/support

Package to support every jlourenco package. This adds some helper functions which do not require any other jlourenco package.

  Sources   Download

MIT

The Requires

 

The Development Requires

support recaptcha jlourenco

03/05 2016
18/04 2016
14/04 2016
19/01 2016

v0.1.1

0.1.1.0 https://github.com/jlourenco/support

Package to support every jlourenco package

  Sources   Download

MIT

The Requires

 

The Development Requires

support jlourenco