I am learning laravel. I want to validate a form. There have two checkbox, every part of checkbox ha...
Hello guys, I have a problem with my project Laravel Nova, I have two fields, (field1, field2), and...
I have a strange problem with a custom webshop coded with Laravel 5.7. A few customers have a probl...
Hi, I have a Laravel web application in Laravel version 5.7.4 hosted on Godaddy Shared hosting. Its...
I have been working to build a laravel form and for the fields where text input is required I have s...
I successfully uploaded file in storage : here is rhe storage image: Storage pic I tried to setup p...
Hi, I have a form and would like to get the user_id out when submitted here is my store function: pu...
UploadedFile {#576 ▼ -test: false -originalName: "rid_full.xlsx" -mimeType: "applicat...
{!! Form::open(['action' => 'LeaveController@update', 'method' => 'POST']) !!} <div class="...
as we know we can't trust user input and insert it directly to database so how can I make a prepare...
the problem is that at the time of doing the data verification it gives error controller public func...
Am new to laravel (total greenhorn), it would be awesome if anyone can help me with this. I have a m...
Hello. I have a problem with insert services in the database. I have a project with 3 languages: Rom...
Full Array Array ( [0] => Array ( [id] => 1 [label] => Home [li...
I am getting this error on the hosting server. All ajax request are failing with 403 Forbidden error...
I am trying to create a student's attendance. I have as students, klasses, attendances controllers;...
this is the application for the dialer for horizon technologies with backed and front end implementa...
I Have a problem when im trying to insert data inside my DB If the input field are not required, i c...
Hello. I try to make a simple upload form. Problem is $request->file() is always empty and i don'...
I want to store form data in a json file located in storage/app/data.json with this controller class...
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