Elycin / Larahacks

A bunch of hacks and tweaks that you can use in your Laravel project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Larahacks

A bunch of hacks and tweaks that you can use in your Laravel project.

Models

Traits

You can use traits by appending use {TraitName}; inside of your model class.

  • Write Through Cache
    A write through cache is extremely reliable in situations where you are heavily dependent on the usage of the cache. Requires that you have a taggable store.

About

A bunch of hacks and tweaks that you can use in your Laravel project.

License:MIT License


Languages

Language:PHP 100.0%