Support the ongoing development of Laravel.io →

drog

Joined 24 Jul 2014

Statistics

Threads 3
Replies 3
Solutions 3
Articles 0
posted 9 years ago

acces to data from views includes

i have this code View::composer('includes.navbar', function($view) { $loggedUser = User::Get_User...

0 Likes
1 Replies
Solved
posted 9 years ago

Best way to call method on every page load

i have this code in the view, and all pages include this view ..... <? $number = Friend::Frie...

0 Likes
2 Replies
Solved

Custom Macro can't populate input in form

Hi, i have these macros https://gist.github.com/brwnll/10927191 Works great, but in mi form can't pu...

0 Likes
1 Replies
Solved
replied 9 years ago

acces to data from views includes

ok, i feel stupid from wiki "You may also share a piece of data across all views:" View::...

0 Likes
Solved
replied 9 years ago

Best way to call method on every page load

solution: put the next code in routes.php View::composer('includes.navbar', function($view) {...

0 Likes
Solved
replied 9 years ago

Custom Macro can't populate input in form

well, i solved the problem adding directly the value from server wrong {{ Form::time('time', null,...

0 Likes
Solved

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.