Support the ongoing development of Laravel.io →

1,384 Threads

How can I binding collection of model in laravel Blade

Hi all I have a view that I passed a collection of objects by route, I use laravel-datatable and fil...

0 Likes
0 Replies

Make auth with another table except from default users

auth.php 'guards' => [ 'web' => [ 'driver' => 'session', '...

0 Likes
0 Replies

How to send verification email to non registered user?

Hi. fairly new to Laravel and in need of some coaching. Don't really know where to begin. I am hopin...

0 Likes
0 Replies

Return To View Afer Post Request

Hi to you all, I have a form which after it submits on a different view and return to another view l...

0 Likes
5 Replies

larav 5.8 - cutom rule validation (array as arg and query)

Hello. I just start works with laravel and right now i have this problem. I create simply system res...

0 Likes
1 Replies

Edit checkbox checked value from database

Hi, I have a table user in database like below id | name | pic | level | tea...

0 Likes
0 Replies

Laravel Form Post issue 419 from AWS ES hosting subdomain

Hello, I have used AWS server and Laravel 5.5. So main domain point to main ec2 instance, and sub do...

0 Likes
0 Replies
posted 5 years ago

Passing a parameter to a form

I'm trying to pass a parameter of a controller to a URL of a form, this parameter is in my routes bu...

0 Likes
2 Replies

$request->file() empty (Laravel 5.7.24)

Hello. I try to make a simple upload form. Problem is $request->file() is always empty and i don'...

0 Likes
7 Replies

Caching a modulary form

Hello everyone, I develop an app with Laravel. This application is used by several companies and the...

0 Likes
0 Replies

store form input data to json file

I want to store form data in a json file located in storage/app/data.json with this controller class...

0 Likes
2 Replies

I want to save data in database through multiple forms.

This is my Route : Route::post('/', 'TestController@store'); This is my controller : public fun...

0 Likes
4 Replies

Using an array of Objects in a form drop down

I am getting an array of products from my database and need to know how to list them in a drop down...

0 Likes
1 Replies

Form data structure

Hey all, I have a question. I'm submitting a form and the data consists of user created questions an...

0 Likes
1 Replies

Weird Behavior. POST routes are reporting HTTP 400 err

I'm getting a HTTP 400 error only in Chrome Browser, I've deleted all the cookies as some post have...

0 Likes
2 Replies

Submitting form gives error 419, session expired

I'm using Laravel 5.7 In my view, list.blade.php I have this (relevant portion shown) <?php $coun...

0 Likes
2 Replies

Image instead of button

Hi! I want put image instead regular Bootstrap button. {{ Form::button('<img src="../..(../....

0 Likes
1 Replies

How to make a category section to choose from?

How to make a category section to choose from and display the selected options chosen. If someone kn...

0 Likes
0 Replies
posted 5 years ago

Need to extract LAT and LNG from dragged Google maps marker.

I need a guide for Laravel 5.7 that will help me add a google map to blade file that will show a map...

0 Likes
0 Replies
posted 5 years ago

Multiple Form Textbox Input Validation

I have a form that I need to validate two text boxes and I need to compare the input of both boxes a...

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