Hello Everyone, I have a requirement of retrieving 5 million records from MySQL database and compari...
Unit Model: namespace App\Models\Qualification; use Illuminate\Database\Eloquent\Model; class Unit...
I have a requirement that I need to save each and every query executed by the laravel program. I hav...
Laravel 5.3 PHP: 7.0.3 First Error > [Illuminate\Database\QueryException] SQLSTATE[42S02]: Base t...
I'm unable to wrap my head around why I'm getting "Cannot use object of type stdClass as array&...
I'm creating a web site. And I have created a registration page. When I insert data, all the data su...
In my migration code I have: if (Schema::hasTable('activity_log')) { Schema::table('activity...
Hey, I'm having a hard time compiling the DB:: or preferably Eloquent code for a query that involves...
I'm following the quickstart task list tutorial on laravel.com. https://laravel.com/docs/5.2/quickst...
Hello I'm making a webapp with categories, pages and banners that can be displayed on pages based on...
Hello, I have a problem with Laravel. My website has no problem accessing and performing operations...
I'm trying to add a column to an already existing table. The column is a foreign key. This is my mig...
I am trying to use the package with my CodeIgniter project by following the instructions given in re...
The users wants to query by fullname. The table stores firstname and lastname as separate fields. Ho...
[ASK : Multitenant with Multidatabase Auth Problem] fyi: i'm using redis as session management and w...
Here is register new user code in php laravel-5.4 mysql ####################code here starts######...
I'm following the Laravel from Scratch series from laracasts and am trying to build my own website....
I'm trying to use pivot table. But I'm confused how should I define my database tables. Concept: Pac...
I am looking for the opposite of getting all Data that is related in a many to many relations, thus...
Hello, I am experiencing a strange problem with the built-in User class in Laravel. Its save() funct...
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