Support the ongoing development of Laravel.io →
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

Laravel 5 - Request::get() and Request::input() does not return the same

Hello, Here my case. I need to filter data send to $request->get('filters') and delete invalid su...

0 Likes
1 Replies
Solved

Programmatically crearing config cache

Dear folks, Ref:Laravel5 I am looking for a way to clear the configuration cache programmatically. S...

0 Likes
1 Replies

laravel 4.2 redis session give white page !

Hello community, im facing a problem when i put session driver to "redis" i only get white...

0 Likes
1 Replies

How to change /auth/login to /login?

Hi, Is there a simple way to change the default Laravel 5 authentication URL's like so: mysite.com/...

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