Support the ongoing development of Laravel.io →

longilineo

Joined 8 Feb 2014

Statistics

Threads 7
Replies 68
Solutions 15
Articles 0
posted 9 years ago

jsonp in laravel

I'm trying to query a restful webservice written in laravel using $.getJSON (jquery). But the cross...

0 Likes
1 Replies
Solved
posted 9 years ago

belongsToMany ignore accessor

Using belongsToMany custom accessor methods are ignored. Why?

0 Likes
0 Replies

handling errors from controller

I would like to use main template also for error views. Main template works only if i call it from c...

0 Likes
0 Replies
posted 9 years ago

hide public/index.php in url mantaining assets accessible

I'm trying to hide public/index.php url, mantaining assets file and folders (in public folder) acces...

0 Likes
6 Replies
Solved

override Auth::user() for all drivers

I just need to override Auth::user() for all the auth drivers. I don't think it's possible to use Au...

0 Likes
0 Replies
replied 8 years ago

Cleaner way to do this?

It is not a question of performance, you should avoid to get into loop-switch antipattern, just usin...

0 Likes
Solved
replied 8 years ago

Saving array to database

The way you generate the form should be ok. Form model is not an option for a form related to 100 re...

0 Likes
Solved
replied 9 years ago

Custom 404 in Laravel 4.2 with Layout

The problem is that filter are defined by routing that you are bypassing calling directly controller...

0 Likes
replied 9 years ago

Paragraph based textarea format in blade?

//take input from textarea $testos = Input::get("testi", ""); //explode string...

0 Likes
replied 9 years ago

Empty label text in laravel Label

https://github.com/laravel/framework/blob/4.2/src/Illuminate/Html/FormBuilder.php The reason of this...

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.