Support the ongoing development of Laravel.io →
posted 10 years ago

Firefox image rendering in laravel

Hello, Is anyone else having inconsistent image rendering with firefox? When I use Chrome, it works...

0 Likes
3 Replies

Database access in middleware Laravel 5

I am experimenting with Laravel 5 and came across HTTP Middleware. I am curious to know whether it i...

0 Likes
1 Replies

Laravel 5 developing your own packages without workbench command

There is an existing thread regarding package development and I followed the steps here on how to de...

0 Likes
1 Replies

Composer Update problem

I had no problems until now, but when I run composer update I get this: [RuntimeException]...

0 Likes
1 Replies
Solved
posted 10 years ago

CRUD For polymorphic relationship

Hello everyone. I have such models: company, contact and note. Company and contact has a lot of note...

0 Likes
0 Replies

One to many relationship help need

in table 'materials' columns are 'id','unit_id','description','category_id','created_at','updated_at...

0 Likes
1 Replies
Solved
posted 10 years ago

Laravel new will not work

Hello! Yesterday I downloaded a server Ubuntu (latest version) and installed composer and laravel on...

0 Likes
0 Replies

Validation to upload photo isn't working

I've created a form using primary regular HTML (syntax below). When I use the laravel 4 built in fun...

0 Likes
2 Replies
posted 10 years ago

Laravel Homestead Routing : InvalidArgumentException in compiled.php : View [****] not found

After getting my Laravel Homestead up and running, I'm facing a new problem. Even after some googlin...

0 Likes
0 Replies

Forum & shop integration in Laravel

Hi there! I'm starting a new webapp and I have some issues...I need to ingrate two important functio...

0 Likes
7 Replies
Solved

PDF Generation.

@foreach($contractallusers as $contractalluser) $html = '<html><body>' . '<div style=...

0 Likes
3 Replies

How to create pdf document using ajax?

Creating PDF File using ajaz method. Am using https://github.com/thujohn/pdf-l4 pdf package

0 Likes
1 Replies

Best way to ensure a successful saving database objects

Hi! Im looking for the best way to ensure that my objects are being saved properly What im doing $us...

0 Likes
2 Replies
Solved

installing laravel 5 and lampp

Regards, I'm new to laravel and I'm stuck on installation.Already I lost two days on that problem, a...

0 Likes
1 Replies

[AJAX] Get data from database.

Hello everyone, I am using laravel's eloquent for my website and I want to get all the data from a t...

0 Likes
2 Replies
Solved

Excessive queries in Laravel 4.2. What am I doing wrong?

So, I have this relationship: public function publishedAlbums() { return $this->hasMany('Album')...

0 Likes
1 Replies
Solved
posted 11 years ago

There are no commands defined in the "queue" namespace

I am getting the following error in my laravel log: production.ERROR: exception 'InvalidArgumentExce...

0 Likes
3 Replies

Route model binding & Repositories

Greetings. I am having some confusion about route model binding with/vs repositories. Here's how I...

0 Likes
0 Replies
posted 10 years ago

Run a queue once and quit?

Hello In my system I want to have a list of jobs to be processed once a day and once a week. These j...

0 Likes
0 Replies

File import

Hi everyone I'm new to Laravel, I'm currently doing an import file page and store the imported file...

0 Likes
1 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.