I am a newbie to Laravel and I keep banging my head against this issue. I have a student model that...
Hi. So I am using L5 to create a simple ContactUs email form and trying to get a handle of this new...
This works if there has been no attempt to update the record and the user just clicks cancel. {{For...
i try to set rule to validate post request for laravel form to store data but if i set any validatio...
Imagine a personal notes app. Users can add, view and edit their own notes, but not notes that belon...
I tried setting up auth stuff myself (5.1 doesn't come pre-packaged with them), and I succeeded. I g...
I am new with laravel, recently I failed do authentication. so I want to know what exactly my fault...
I use form model binding with a eloquent relation like customer -> hasOne -> adres. Everything...
Hi, what do you think about this set up @section('content') <div class="content" data-u...
Hello, I am new to Laravel and had been working on mostly custom framework design. We will be workin...
So I am trying to make an upload form that validates images, .jpg, .png, .gif. if (Input::hasFile('f...
Hello, I would want to change this: http://postimg.org/image/95g11nk6z/ How can i do it? Thanks
What I need: have ability to call cutom validator and bypass an array of inputs there (done) valida...
Hello everyone, I am actually writting a API with Laravel on WAMP server, I am want to validate the...
Hi I have a form with a drop down and a text field {!! Form::label('category_id', 'Category') !!...
$rules = array( 'url' => 'required|active_url' ); I am using the following url to test wheth...
I have a fresh install of Laravel 5.1 and was working on getting auth/register working to work throu...
Hello everyone I'm trying to validate my input but I have weird problem with redirecting when Valida...
Dear All, I'm currently developing a webapp using Laravel and I truly love developing on 5.1 version...
Hi, I'm using Laravel 5.1. public function redirectToProvider(AuthenticateUser $authenticateUser, Re...
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