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

Websites Hijacked - where to start?

I have three websites hosted through Laravel Forge. They were all just hijacked. I've now pointed...

0 Likes
0 Replies

[Package] Laravel CORS (Cross domain requests)

CORS in Laravel 4.1+: https://github.com/barryvdh/laravel-cors/ The laravel-cors package allows you...

0 Likes
1 Replies

Laravel and new updates

Hey all hope you can help a fellow out :) I have two questions I hope that you can help me with. Fir...

0 Likes
6 Replies

Homestead : This webpage is not available

For some reason, yet unknown to me - I can't reach the website using homestead. Unless I use http:/l...

0 Likes
1 Replies
Solved
posted 9 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 9 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 9 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 9 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

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.