Support the ongoing development of Laravel.io →

how to set the current environment?

hello, I started to read the documentation http://laravel.com/docs/configuration "The default e...

0 Likes
8 Replies
Solved
posted 10 years ago

How you handle Image optimizations for user uploads

Hi guys, How to handle image optimizations on user uploaded images, like flicker & facebook ? We...

0 Likes
4 Replies
posted 10 years ago

Cache problem with Google Chrome

Hi, I have a strange problem on a Laravel 4.2 site I'm working on, only occuring with Google Chrome:...

0 Likes
0 Replies

Laravel Model Debug

Is it just me or , maybe misconfiguration , but if I dd() a model, especially if it has a relation,...

0 Likes
0 Replies

Redirect::intended() with Route::post()

I am trying to secure my POST routes with an auth filter routes.php: Route::filter('loggedIn', funct...

0 Likes
5 Replies
posted 10 years ago

Artisan create resource command

Hi all, someone know which is the equivalent of generate:resource Way's plugin in Laravel 5? thanks

0 Likes
0 Replies

Spurious "Invalid host" errors when unknown client sending "*.whatever.com" as host header

Probably some bot somewhere, but a few times a week I get: production.ERROR: exception 'UnexpectedVa...

0 Likes
0 Replies

Accessing HTML files in the public directory

My website is built with Laravel but I need the public directory to act like a regular directory. In...

0 Likes
3 Replies

Form with model

Hello, I have a form action with model: {!! Form::model($iscritto,['url' => 'iscritti/' . $iscrit...

0 Likes
0 Replies
posted 10 years ago

Mixing Event::queue and Mail::queue

Is a bad idea to mix event queues and mail queues? for example is it bad to Mail::queue from with a...

0 Likes
1 Replies
posted 10 years ago

Console command fails when executed by cPanel

I have created a command, which suppose to receive data from stdin and save to database. It works co...

0 Likes
7 Replies
Solved
posted 10 years ago

Weird relationship

I have the following schema: Customer -> hasMany -> Products Product starred -> zeroOrOne...

0 Likes
0 Replies

LoginException in symfony InputFormField

Hello Friends, I have an exception as below: LoginException: An InputFormField can only be created f...

0 Likes
0 Replies

composer clear-cache

I'm trying to use the command composer clear-cache, but at the end I always get Cache directory does...

0 Likes
3 Replies

Shopping Cart Plugin for the L5

which is better plugin either https://github.com/Crinsane/LaravelShoppingcart or https://github.com/...

0 Likes
1 Replies

Mirrored site not working

Hi there, I am still learning Laravel, and have the pleasure of doing that learning while working on...

0 Likes
1 Replies

Where to set php's setLocale's globally

Hi, I'm trying to set php's function setlocale for the entire application, where should I do this?

0 Likes
1 Replies

Database Connection Problem

I don't know what's the following error means. I can't figure out what's the problem. [2015-03-02 18...

0 Likes
1 Replies
posted 10 years ago

E-mail error

Hi all, i have an issue with mail send functionality the bug is: Address in mailbox given [] does no...

0 Likes
1 Replies

Redirect to previous url after login

Hi I have added a admin middleware to a controller _construct method. <?php namespace App\Http\Mi...

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