Hi, I need to use pivot tables id as a foreign key in another table. for example i have following ta...
table name ( class name of model ) user ( UserModel ) id, name product ( ProductModel ) id, name, us...
Hello all, Currently I am working on Laravel application that uses many databases. It's organized in...
Hello, I want to use MariaDB with Laravel 5, can i use Homestead or some other VM. I tried protobox...
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...
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