Skip to content

Instantly share code, notes, and snippets.

View shrft's full-sized avatar
🏠
Working from home

shiro shrft

🏠
Working from home
View GitHub Profile
<?php
namespace MyApp\Traits;
use Illuminate\Support\MessageBag;
Trait MessageBagTrait{
protected $bag;
public function getBag(){
if(is_null($this->bag))
$this->bag = new MessageBag();
@shrft
shrft / List.md
Last active August 29, 2015 14:22 — forked from msurguy/List.md

Other people's projects:

My projects (tutorials are on my blog at http://maxoffsky.com):