I have made a blogging application in Laravel 8. I am currently working on giving any authenticated...
Hello! I am new to laravel and am using version 5.8. I have created a Likert survey where users rank...
Hello i'm having issue with my code Correctly in my admin cp>package>gold package> for uplo...
Hi Guys/Gals, Have spent a fair amount time searching before asking and am quite stuck. Basically I...
my Controller <?php namespace App\Http\Controllers; use App\Task; use Illuminate\Http\Request;...
Hi! I have some problem to send a form in my Laravel Project. I try to submit mass input with same n...
I have a form here as below: <form action="{{ route('benice') }}" method="post&qu...
I have a question. I am creating a simple CRUD blog. Currently doing the edit a post section. I want...
I can't use Html, Form helper in Laravel 5.
I set up a form for uploading files and it works great with everything, including pictures from the...
I have a modal (yahoo bootstrap) that I populate and post with ajax. Everything is going fine up unt...
Hi there, I'm writing routes in web.php but I got a problem. If the code is Route::get('articles/cre...
Hi, The test email is working fine but once send via the contact form its not sending email. how can...
I'm trying to populate a drop down menu with database results in Laravel 4. I'm extremely new to Lar...
Imagine I want to change the debug parameter from true to false. Is there something to WRITE "f...
Hello, I'm using Laravel 5.2 and I noticed that when I refresh my page (with the browser or with f5)...
I am having trouble putting my first app together. The app is a web form it executes a controller an...
I was working with dropdowns and was thinking if it is possible to use lists() method to get two col...
public function postCreate() { $validator = Validator::make(Input::all(), Product::$rules); if ($...
View $user1 = User::find( Auth::user()->id ); print Form::model($user1, array('route' => 'user...
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