I want to share a global variable with View::share, and this variable are created in BaseController'...
for example in my master.layout.blade.php I use some HTML funciton like this {{HTML::script('assets/...
This is my first time to try with laravel. Now I have a question, say now we have muiltiple jquery f...
I have this structure in my application. table users: id, username table projects: id, name...
I'm using View::share('var', $var) to bind this variable, and the variable is a array? So do you mea...
how stupid I am. just add this to head section of layout <base href="{{URL::to('/')}}/"...
Thanks, but I don't think set the base tag is a good solution for this kind of problem. for example,...
and another thing is my site will not allow those browsers without cookie and javascript to view any...
The Laravel portal for problem solving, knowledge sharing and community building.
The community