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...
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...
//Here's my Blade <div class="col-md-12"> @foreach($intraoral_examination_list as $intraoral_...
How to make a category section to choose from and display the selected options chosen. If someone kn...
I want to upload file (images or pdf) via a vue.js component that makes a request to an Controller i...
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