i have this code View::composer('includes.navbar', function($view) { $loggedUser = User::Get_User...
i have this code in the view, and all pages include this view ..... <? $number = Friend::Frie...
Hi, i have these macros https://gist.github.com/brwnll/10927191 Works great, but in mi form can't pu...
ok, i feel stupid from wiki "You may also share a piece of data across all views:" View::...
solution: put the next code in routes.php View::composer('includes.navbar', function($view) {...
well, i solved the problem adding directly the value from server wrong {{ Form::time('time', null,...
The Laravel portal for problem solving, knowledge sharing and community building.
The community