hello, I started to read the documentation http://laravel.com/docs/configuration "The default e...
Hi guys, How to handle image optimizations on user uploaded images, like flicker & facebook ? We...
Hi, I have a strange problem on a Laravel 4.2 site I'm working on, only occuring with Google Chrome:...
Is it just me or , maybe misconfiguration , but if I dd() a model, especially if it has a relation,...
I am trying to secure my POST routes with an auth filter routes.php: Route::filter('loggedIn', funct...
Hi all, someone know which is the equivalent of generate:resource Way's plugin in Laravel 5? thanks
Probably some bot somewhere, but a few times a week I get: production.ERROR: exception 'UnexpectedVa...
My website is built with Laravel but I need the public directory to act like a regular directory. In...
Hello, I have a form action with model: {!! Form::model($iscritto,['url' => 'iscritti/' . $iscrit...
Is a bad idea to mix event queues and mail queues? for example is it bad to Mail::queue from with a...
I have created a command, which suppose to receive data from stdin and save to database. It works co...
I have the following schema: Customer -> hasMany -> Products Product starred -> zeroOrOne...
Hello Friends, I have an exception as below: LoginException: An InputFormField can only be created f...
I'm trying to use the command composer clear-cache, but at the end I always get Cache directory does...
which is better plugin either https://github.com/Crinsane/LaravelShoppingcart or https://github.com/...
Hi there, I am still learning Laravel, and have the pleasure of doing that learning while working on...
Hi, I'm trying to set php's function setlocale for the entire application, where should I do this?
I don't know what's the following error means. I can't figure out what's the problem. [2015-03-02 18...
Hi all, i have an issue with mail send functionality the bug is: Address in mailbox given [] does no...
Hi I have added a admin middleware to a controller _construct method. <?php namespace App\Http\Mi...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community