Support the ongoing development of Laravel.io →

786 Threads

Undefined offest:0

I keep getting this error here $regionID = $destinationQuery[0]->RegionID; It is when u'm trying...

0 Likes
0 Replies

Having trouble with returning errors and old input to the view

i have this code in my controller $data=Input::all(); $rules=array( 'first_name' => 'required...

0 Likes
1 Replies

How to create a log in system

I am trying to create a log in functionality for my application. I have a login view which post to a...

0 Likes
5 Replies

Check to see if csv exists.

Hi, is there a laravel way of checking a file system to see if a .csv file exists? Thanks

0 Likes
1 Replies

Browser Back Button clicked

logged in into account , when authentication successful routes to the assigned routes , now when...

0 Likes
0 Replies

Carbon add number of days excluding weekends and custom dates

Hi, I'm trying to get a a date that is 3 days from the selected date, but excluding weekends and hol...

0 Likes
2 Replies
Solved

GET multiple variables from URL and pass them to controller

Hello This is maybe a stupid question, but I'm just learning Laravel and can't find help on internet...

0 Likes
5 Replies
Solved

Laravel 5 - Validator doesn't work as described in docs

Hello guys! I am currently trying to get the validator work as I want. The docs tell me to do exactl...

0 Likes
0 Replies

Form Prevent Multiple Submission

Hi, I would like to know how I can prevent a double form submission on Laravel. This seems to be a p...

0 Likes
5 Replies

Validate unique field and ignore it for current user id

I have this code in UserFormLaravelValidator.php <?php namespace Authority\Service\Form\User; use...

0 Likes
1 Replies

crypto-js and laravel

Hello guys, I'm using crypto js to encode some parametters and in the application I made the same en...

0 Likes
0 Replies

Request Laravel 5

I am studying the Resquests Laravel 5, i customize the messages of validations. follows the code ht...

0 Likes
1 Replies

Options with InputOption::VALUE_REQUIRED can be omited ?

Hi guys, I have a command with options defined this way : protected function getOptions() { return a...

0 Likes
2 Replies
Solved

Redirect After Registration Form

I have a Registration Form, On Successful submission --- data's were inserted to the db and redirect...

0 Likes
8 Replies

Can't upload same photo twice - Laravel 4 Image Intervention

How do I make sure each indivually image gets uploaded? Here's my issue, if I upload an image called...

0 Likes
1 Replies
Solved

Can't solve Construct() must implement interface problem

Hi All, I've been reading Chris Fidao's excellent book on Implementing Laravel and unfortunately I'v...

0 Likes
2 Replies
Solved
posted 9 years ago

Retreiving validated data

Hi, I am new to laravel. I am using a simple validator which is working great. My question is, is th...

0 Likes
0 Replies

Database Generated Forms / Dynamic Questionnaires

Hey, I'm starting out with Laravel and I can't decide on the best way to implement this dynamic form...

0 Likes
3 Replies
posted 9 years ago

Get reason of validation

At http://laravel.com/docs/4.2/validation I can do validation like that $validator = Validator::make...

0 Likes
0 Replies

Problem with Laravel 4 image MIME types. Keep getting error message

Hi Everyone, I'm having a problem with laravel 4 MIME types. Everytime I upload an image(it can be j...

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

© 2024 Laravel.io - All rights reserved.