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...
Here are my migrations Schema::create('technologicals', function (Blueprint $table) { $...
Hi guys, this is my first time i write here. I tried a lot of solutions to solve the problem i'll ex...
Hi everybody, This is my first question to any forum ever, so please excuse me for any mistakes. I a...
Hello, i have this error ErrorException in f464710e74e7c0526bc0688fb16d954a0df3c98d.php line 10: Try...
while created faker how to get the user_id for the post? for example: i've created a faker for User...
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