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

Interface Too Big?

You hear about "single reason to change" when it comes to the scope of a class and how big...

0 Likes
2 Replies

Building URL's to assets using Flysystem (S3 & Local)

I have the following action in my repository: public function getAsset($filename, $prefix = null, $...

0 Likes
0 Replies

Comparing XML data - against previous XML file or DB?

Hi, I'm getting product updates from several suppliers on their stock via XML files. Most products...

0 Likes
0 Replies

Laravel 5 not show errors

Hi, I have Laravel 5 set debug true, enviroment: local Now not show errors (only log) and not show d...

0 Likes
5 Replies
posted 10 years ago

Where to put setlocale(LC_MONETARY , 'en_US.UTF-8') to make it global?

I'd like this to be global.I tried putting it in index.php, and it doesn't work. Maybe it can go in...

0 Likes
0 Replies
posted 10 years ago

Add value to array of action result.

I have action and I wanna take json with time = 11: public function getView( $id ) { return ['dat...

0 Likes
0 Replies
posted 10 years ago

Stuck on href in Laravel 5

Could you please help me to pass id of a product from view page to controller page with the help of...

0 Likes
4 Replies
posted 10 years ago

How to make permalink setting like Wordpress using laravel 4?

I am new to Laravel 4, I have project that required me to create "permalink settings feature&qu...

0 Likes
9 Replies

Nginx, hhvm problem with Class

Hello, I have a problem when I use a class in Laravel. If I use this code: Session::put('name', 'val...

0 Likes
0 Replies
posted 10 years ago

dont escape accent, just html

Hi guys, i have a problem, // my var $teste = "<b>Página</b> inicial"; {{ $tes...

0 Likes
3 Replies
Solved
posted 10 years ago

Multi site, multi tenant repository structure in L5

Dear Laravel.io members, Last month I started with getting known to L5. I'd like to create a multi-s...

0 Likes
1 Replies

Displaying Year Over Year Revenue

I appreciate any response to this. I don't need any code examples, but mainly direction or perspect...

0 Likes
6 Replies
Solved
posted 10 years ago

HELP WITH ROBIN MALFAIT FORMGENERATOR

I am having trouble installing robin malfait formgenerator. Keep getting this error: [InvalidArgumen...

0 Likes
0 Replies

Pagination not showing up when low item count.

How would i go about making the laravel pagination always show? Because right now if there is less i...

0 Likes
2 Replies

PayPal SDK

I cannot seem to get past the first step: exception 'Symfony\Component\Debug\Exception\FatalErrorExc...

0 Likes
0 Replies

create multiple products for one invoice

Hi all, i have a form that should me make a creat one invoice. One Invoice hasMany Products. So i ca...

0 Likes
2 Replies

Intermittent non-booting of Eloquent Model Trait

I have a trait with a boot method that adds an observer to the model which sets a field on creating....

0 Likes
1 Replies
posted 10 years ago

L5: caching route bindings

php artisan route:cache doesn't work with route model bindings $this->bind('project', function ($...

0 Likes
1 Replies

How to define a grouped list with dynamic data from table?

I wish to create a grouped dropdown list using Blade and Form builder. That should be simple, but th...

0 Likes
0 Replies
posted 10 years ago

Composer\Downloader\TransportException while trying to install Laravel 4.2

Hi, I am trying to install Laravel 4.2 in a Windows 8 desktop. I have the latest version of WAMP an...

0 Likes
2 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.