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...
This has just cost me a fair few hours, so in case it helps someone else... I'd been passing the CSR...
Hi, I am trying to do this query paging My Query Controller http://i59.tinypic.com/2reir7a.jpg My Ba...
As I am new to redis and exploring exactly how it works I am assuming that a schema builder is going...
This forum works very slow most of the time. Requests take many seconds to complete and sometimes th...
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.