I have three websites hosted through Laravel Forge. They were all just hijacked. I've now pointed...
CORS in Laravel 4.1+: https://github.com/barryvdh/laravel-cors/ The laravel-cors package allows you...
Hey all hope you can help a fellow out :) I have two questions I hope that you can help me with. Fir...
For some reason, yet unknown to me - I can't reach the website using homestead. Unless I use http:/l...
Hello, Is anyone else having inconsistent image rendering with firefox? When I use Chrome, it works...
I am experimenting with Laravel 5 and came across HTTP Middleware. I am curious to know whether it i...
There is an existing thread regarding package development and I followed the steps here on how to de...
I had no problems until now, but when I run composer update I get this: [RuntimeException]...
Hello everyone. I have such models: company, contact and note. Company and contact has a lot of note...
in table 'materials' columns are 'id','unit_id','description','category_id','created_at','updated_at...
Hello! Yesterday I downloaded a server Ubuntu (latest version) and installed composer and laravel on...
I've created a form using primary regular HTML (syntax below). When I use the laravel 4 built in fun...
After getting my Laravel Homestead up and running, I'm facing a new problem. Even after some googlin...
Hi there! I'm starting a new webapp and I have some issues...I need to ingrate two important functio...
@foreach($contractallusers as $contractalluser) $html = '<html><body>' . '<div style=...
Creating PDF File using ajaz method. Am using https://github.com/thujohn/pdf-l4 pdf package
Hi! Im looking for the best way to ensure that my objects are being saved properly What im doing $us...
Regards, I'm new to laravel and I'm stuck on installation.Already I lost two days on that problem, a...
Hello everyone, I am using laravel's eloquent for my website and I want to get all the data from a t...
So, I have this relationship: public function publishedAlbums() { return $this->hasMany('Album')...
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