My Index page uses 3 tables in the database: index_slider index_feature footer_boxes I use one con...
If there is a query error while using Eloquent, how do you trap it and redirect the user to a friend...
user table id name username email password role id name role_detail role_id -> primary of ro...
Hello friends. I am stuck at a point. I want to post array of user ids to controller from javascript...
im currently building this database designer inspired by laravelsd that works offline, i will releas...
Hello, I have this similar code in my 3 controllers, How can i make this code more beautiful?? Thank...
hi, friends sorry for my newbie question. Maybe it is very simply ... I have db-table "users&qu...
I’ve Model named “Payment”, and want to update 2 field (shipmentStatus and signedBy) $payment->sh...
I add jenssegers Laravel-MongoDB package into my Laravel 4.2 project, and have a one problem. Maybe...
As a small side project I'm looking at building a small music application. I want to be able to uplo...
query (works true): SELECT User.full_name as user_full_name,Setter.full_name as setter_full_name,st...
Hi, I am developing a website created in Laravel 4. Suppose I have the following websites: website...
Okay so I'm creating a task manager for my company. A user can assign assign a task to multiple othe...
Hi everybody! I'm a newbie in laravel and I'm trying to create a interface to manage users roles and...
Groups::find(1); class Groups extends BaseEloquent { } class BaseEloquent extends Eloquent {...
Hi I execute a request with Db::raw in my laravel model. When i do the same request in phpmyadmin, t...
Hi, I try to create a small CRM with "leads", notes about leads", clients" and &...
I'm trying to integrate fb-connect in Laravel using Sentry instead of the default Authentication pac...
i have a one to many relation that return value on one side and null in the other side !! class Part...
I am currently stuck with an issue on my laravel application. The default Auth::filter that came wit...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community