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...
Please read the below link to understand the issue: https://stackoverflow.com/questions/44400125/lar...
We have posts and theyneed to be sorted by Authors name and Category popularity. I have tried smth l...
app/Helpers Animal.php Girrafe.php class Girrafe extends Animal{.... Error: FatalErrorException in...
i have a query like this: $sql = Trip::select('*') ->from('trips as t') -...
I am trying to figure out why my Sessions are not persisting. I am using the File System for session...
Good morning everybody, I'm stuck while trying to set initial selected options (got through an ajax...
I am getting this small issue. Below is the source code Doctor Model: class Doctor extends Model {...
I have a model that encrypts and decrypts values using mutators, as described here: https://laravel....
I am looking for a way to customize the logic that is already in place within the application (using...
Hi, I'm getting the following error when trying to send out mails Swift_TransportException: Connecti...
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...
I am using Laravel 5.4 with mix to version my javascript and scss files. The problem is: it doesn't...
Illuminate \ Database \ QueryException SQLSTATE[42S22]: Column not found: 1054 Unknown column 'id' i...
I have two websites that I have merged into 1 whitelabel back-end using laravel. My problem now is t...
Hi everyone, I've two validations for requests that are now managed through two different files (cla...
good day. I have researched about it, but nothings matched with my problem. Here's the scenario. I h...
Hey all, I'm currently a Yii developer who's looking to shift over to Laravel. Obviously, it's a lit...
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