Written with StackEdit. So i am struggling with understanding this laravel multi-auth concept in l...
I have a searchbox users can use to search fields using the following query. (I've not copied in the...
I was wondering why the Eloquent properties $perPage and $table aren't static properties. It doesn't...
Some misunderstandings people run into and some explanation of what is actually going on. asklagbox...
I have a scope that looks like this public function scopeNotDefault() { return $this->where('...
Hi, I just have two tables "clients" and "courses" and I would like to add in &q...
Hello, I am developing an app that will have a global database and 1 specific database for the clien...
Beginner question : I'm passing the $wordsRow variable from the WordsController to the results2 blad...
Hi, I'm starting to learn Laravel, but I'm encountering a big error for the database connection that...
I want to show on the page data from two tables but with a little condition and I can't figured it o...
Hi, My Eloquent Model is here- <?php namespace App; use Illuminate\Database\Eloquent\Model; cl...
I am trying to write functional tests for my app. I am using Laravel 5.2 and Codeception. I have a s...
Hi there, I have a problem when I try to store a empty string into the database, laravel stores it a...
I'm having this strange behavior in Laravel 5.1 where when I call the relation of an eloquent model...
Is there any way to force Eloquent models to re resolve the connection they were instantiated with?...
Hi. This is a code for search. Anyway each time i try to search with a term that is NOT in the datab...
Im getting this error "Undefined offset: 1" what should I change here: Controller: pub...
I get this error when I try to edit my users array_merge(): Argument #2 is not an array I've tried...
I'm trying to store the following incoming data into the DB, and it is successfully stored except on...
I just don't understand this concept of migrations could someone explain it in simple terms.. I know...
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