Support the ongoing development of Laravel.io →

steve3d

Joined 21 May 2014

Statistics

Threads 4
Replies 5
Solutions 0
Articles 0
posted 9 years ago

how to make View::share to use the reference to the variable?

I want to share a global variable with View::share, and this variable are created in BaseController'...

0 Likes
2 Replies
posted 9 years ago

a question about the uri and the url of html assets, all assets are not found with some special routes

for example in my master.layout.blade.php I use some HTML funciton like this {{HTML::script('assets/...

0 Likes
3 Replies

a question about the validation with javascript

This is my first time to try with laravel. Now I have a question, say now we have muiltiple jquery f...

0 Likes
6 Replies
Solved

problem with Eloquent's hasManyThrough's query.

I have this structure in my application. table users: id, username table projects: id, name...

0 Likes
3 Replies
Solved
replied 9 years ago

how to make View::share to use the reference to the variable?

I'm using View::share('var', $var) to bind this variable, and the variable is a array? So do you mea...

0 Likes
replied 9 years ago

a question about the uri and the url of html assets, all assets are not found with some special routes

how stupid I am. just add this to head section of layout <base href="{{URL::to('/')}}/"...

0 Likes
replied 9 years ago

a question about the uri and the url of html assets, all assets are not found with some special routes

Thanks, but I don't think set the base tag is a good solution for this kind of problem. for example,...

0 Likes
replied 9 years ago
0 Likes
replied 9 years ago

a question about the validation with javascript

and another thing is my site will not allow those browsers without cookie and javascript to view any...

0 Likes

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.