Support the ongoing development of Laravel.io →

319 Threads

How do I delete comment replies along with a comment?

I have made a blogging application in Laravel 8. I am currently working on giving any authenticated...

0 Likes
5 Replies
Solved

"undefined

Hello! I am new to laravel and am using version 5.8. I have created a Likert survey where users rank...

0 Likes
6 Replies
Solved

Issue with code read information

Hello i'm having issue with my code Correctly in my admin cp>package>gold package> for uplo...

0 Likes
2 Replies
Solved

URL from Form (newbie)

Hi Guys/Gals, Have spent a fair amount time searching before asking and am quite stuck. Basically I...

0 Likes
3 Replies
Solved

How to send Email from form to multiple email accounts

my Controller <?php namespace App\Http\Controllers; use App\Task; use Illuminate\Http\Request;...

0 Likes
4 Replies
Solved

[Resolve]Some problem with submit form

Hi! I have some problem to send a form in my Laravel Project. I try to submit mass input with same n...

0 Likes
10 Replies
Solved

Route [benice] not defined

I have a form here as below: <form action="{{ route('benice') }}" method="post&qu...

0 Likes
3 Replies
Solved

Edit post - get request or post request - Laravel 5.4

I have a question. I am creating a simple CRUD blog. Currently doing the edit a post section. I want...

0 Likes
1 Replies
Solved

Html, Form class not found in Laravel 5

I can't use Html, Form helper in Laravel 5.

0 Likes
27 Replies
Solved

iPhone Image Manipulation - Flip it?

I set up a form for uploading files and it works great with everything, including pictures from the...

0 Likes
8 Replies
Solved

Ajax post is not in Input::all()

I have a modal (yahoo bootstrap) that I populate and post with ajax. Everything is going fine up unt...

0 Likes
6 Replies
Solved

weird problem in web.php

Hi there, I'm writing routes in web.php but I got a problem. If the code is Route::get('articles/cre...

0 Likes
5 Replies
Solved

Sending email via Laravel 5.2

Hi, The test email is working fine but once send via the contact form its not sending email. how can...

0 Likes
8 Replies
Solved

Populating a dropdown menu from MySQL database

I'm trying to populate a drop down menu with database results in Laravel 4. I'm extremely new to Lar...

0 Likes
29 Replies
Solved

Change config value(s) from a form

Imagine I want to change the debug parameter from true to false. Is there something to WRITE "f...

0 Likes
6 Replies
Solved

Forms inputs value are not reset after browser refresh

Hello, I'm using Laravel 5.2 and I noticed that when I refresh my page (with the browser or with f5)...

0 Likes
7 Replies
Solved
posted 6 years ago

First Laravel app, form to controller error

I am having trouble putting my first app together. The app is a web form it executes a controller an...

0 Likes
3 Replies
Solved

Create dropdown using lists() method to get two columns and combine them in final view

I was working with dropdowns and was thinking if it is possible to use lists() method to get two col...

0 Likes
4 Replies
Solved

Call to a member function getClientOriginalName() on a non-object with intervention

public function postCreate() { $validator = Validator::make(Input::all(), Product::$rules); if ($...

0 Likes
12 Replies
Solved
posted 7 years ago

Error Form Model Binding

View $user1 = User::find( Auth::user()->id ); print Form::model($user1, array('route' => 'user...

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