Hello, I am writing a JIRA API processor in Laravel and have hit a snag: apparently Atlassian uses t...
I'm trying to list online users for Laravel 5. But the user sessions table in my column was constant...
niyazialpay liked this thread
I have two tables: Stat table contains 10 names with 10 targets (just a value) Statdata table contai...
Hello! I have some deep, nested relationships on a model and can't seem to figure out an easy way to...
I have to use the following request to get data from DB: $users=DB::select('SELECT id,username, avat...
Hi all I'm having some issues trying to set up a relationship for two Models. ExCompany and ExGroup....
Hi everyone. I have these tables and relative Models (http://laravel.io/bin/kWmrk) network_equipment...
I've a Laravel 4 join as given below: return DB::table(Location::getTableName() . ' as l')->wher...
For example, if I have the following code: class User extends Model { public function tasks()...
Hello friends,Please help me to fix this error. FatalErrorException in news.php line 54: Class 'Ap...
Hi i'm new to Laravel so I apologize for asking a easy questions, I'm just can't quite figure out my...
Hello, I have those tables : question : id - integer name - string user : id - integer name - string...
Hi, I have 3 tables USER, ALBUMS, PHOTOS USER has one to many relation with ALBUMS, ALBUMS has one t...
Any One Can Help Me The Problem Is When User Create New Article The New Article Record Saved In Data...
FatalErrorException in EloquentUserProvider.php line 126: Class '\App\User' not found So, I really w...
I have a console command that defers to a model. The model has Log::info("blah blah"); Whe...
Hi, can someone explain how can i fetch a text field which has a lot of text, but i don't want all o...
Hi, Trying to wrap my head around Eloquent. When working with many-to-many relations, it seems that...
I am developing web app on Laravel for registering students. Students pay for 12 lessons, They may j...
I am trying the following query, however regardless of the value of $ status, it returns the same re...
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