Support the ongoing development of Laravel.io →

156 Threads

Laravel 5 update form using plain HTML

In Laravel 5, I notice that whenever I have a form in which I wrote in plain HTML, instead of using...

0 Likes
1 Replies
Solved

Laravel 5 validation error return values to fields

When I am creating a new entry and leave at least one field to error out then submit the form, upon...

0 Likes
1 Replies
Solved

Using FormRequest validation without using Form Builder

Hi there! So I'm using FormRequest like so: public function save(MailRequest $request) And validati...

0 Likes
5 Replies
Solved

what does $request->ajax() do?

please explain with an example for me what does $request->ajax() do?

0 Likes
2 Replies
Solved
posted 9 years ago

Difference between "accepted" and "in"

What is the difference between "accepted" and "in" in Validation?

0 Likes
1 Replies
Solved

Laravel : All validation rules fail always

I am trying to validate a retrieved form with User::$rules and the validation always return failed w...

0 Likes
1 Replies
Solved
posted 9 years ago

Form Validation Issue on Updates

I ran into the common problem where I could not update the User because the Validator kept using the...

0 Likes
1 Replies
Solved

User input isn't being accepted into database?

Hi Everyone, I'm attempting to save user search phrases into my mysql database. I'm having a difficu...

0 Likes
2 Replies
Solved

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

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

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

How Validate multiple fields

How Validate multiple fields, two requerid, use Laravel 4.0 {{ Form::text("percent[{$key}]"...

0 Likes
8 Replies
Solved

Calling Redirect::back() from a other function does not work. Laravel 4

I'm new in Laravel and some times it's hard to undestand waht's happening. I have a code for validat...

0 Likes
2 Replies
Solved
posted 9 years ago

Method [validatePasscheck] does not exist.

Hello I'm building a custom provider for validation and i'm getting this error: Method [validatePass...

0 Likes
3 Replies
Solved

Validating if one or another field is filled

For one form, I need to validate that if Field A isn't filled, Field B needs to be filled. Another f...

0 Likes
3 Replies
Solved

Google Calendar API integration in Laravel

Hey All, I'm in the process of developing a web application for a customer. The customer asked If I...

0 Likes
2 Replies
Solved

Problem with links but only sometimes!!!

Hi All, Newbie to Laravel and have struggled to get the links to do what I want them to do :( Every...

0 Likes
1 Replies
Solved

Conflict between Redactor and withInput() in Laravel

Hi there, I'm using Redactor editor as WYSIWYG editor in my project. I have description field using...

0 Likes
14 Replies
Solved

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.