Hi, I've installed Homestead and all it's dependencies. Everything seems to be going good, I've got...
Currently I have a problem with a relation, defined by a non integer foreign key. I know, foreign ke...
We have posts and theyneed to be sorted by Authors name and Category popularity. I have tried smth l...
i have a query like this: $sql = Trip::select('*') ->from('trips as t') -...
I am looking for a way to customize the logic that is already in place within the application (using...
When accessing variable that is DATE type in database, the return value is in HEX (b"É\x07\x01\...
In Laravel 5.1 I've setup my models and added the $fillable array like I usually would. My User mod...
Illuminate \ Database \ QueryException SQLSTATE[42S22]: Column not found: 1054 Unknown column 'id' i...
We want to install SQLCiper within this environment. Need to be able to open the Ciphered Database....
Hey guys, In my application I have some images that belong to some articles. These are shown perfect...
I have write following Query to Insert or Update Purchase Invoice Items. if i Enable dd() insert is...
hi guys please i want to know how i can read text from pdf and insert it into database. i used pdf2t...
I want to develop a forum that will require a user email verification after registration. I don't kn...
I'm using Laravel 5.3 I have custom model follow namespace App\Models; use Illuminate\Database\Eloqu...
i want to get the result of code below in laravel query builder or better still eloquent Adding the...
Hi, I have this request : $sale = Sale::where('alias', '=', $alias)->first(); What is the best pr...
Hello, I have angular app. I want use laravel5 like API server. This must be separated parts. Datab...
Hi, I have my request form for destinations, it has, id, name and location_id so depending on the lo...
I have this error with moloquent/moloquent package. composer require moloquent/moloquent My Item cla...
Hello, I am having a issue with a morphOne relationship where it is creating new entries rather tha...
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