Support the ongoing development of Laravel.io →
usm4n

usm4n

Joined 19 Feb 2014

Statistics

Threads 2
Replies 82
Solutions 17
Articles 0

Tutorials on upcoming Laravel 4.3.

Hi, new tutorials on upcoming Laravel 4.3 are available on codeheaps.com: Laravel 4.3: New Awesome...

0 Likes
0 Replies

[Package] Guardian: RBAC Package For Laravel 4.2

##What is guardian? Guardian package for Laravel provides an easy interface to manage Role Based Acc...

0 Likes
2 Replies
replied 11 years ago

Input problem with Filters from docs

Input::get('age') will look for a variable named as 'age' in query string : e.g, user/?age=220 But,...

0 Likes
Solved
replied 11 years ago

Confirmation on delete help

IMHO, Set a data id attribute with 'id' in your button markup and then use jQuery: <button style=...

0 Likes
replied 11 years ago

Form data not being saved

Sorry! I did not read this line before "company has many users and a user has one company"...

0 Likes
replied 11 years ago

How to "split" an Eloquent request construction ?

Try this :) $query = User::query(); $keys = ['key1','key2','key3']; foreach($keys as $key) { $qu...

0 Likes
Solved
replied 11 years ago

Form data not being saved

Try this: $user = new User; $user->fistname = Input::get('firstname'); $user->... ... $user-&...

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.

© 2026 Laravel.io - All rights reserved.