Skip to content

ngangchill/LaravelSteroids

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel On Steroids

Just some goodies for making your Laravel Project even better.

Installation

$ composer require "escapework/laravel-steroids:0.2.*"

Usage

We offer a lot of base classes. Take a look.

Models

Instead extends the regular Laravel Eloquent Model, you will need to extend ours:

use EscapeWork\LaravelSteroids\Model;

class Product extends Model
{

}

About

Steroids for Laravel5

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%