I'm creating a select in a form and I'd like to loop through 10 options printing out the numbers 1-1...
Hi guys, I am new to the laravel community. Hope everyone is rocking out there. I am working on a we...
Hello. When trying to load pages like: localhost:8000/auth/register localhost:8000/auth/login it imm...
Hello, I have a directory that has an unknown number of blade files inside it, I wish to include eve...
Hi all i have an issues with laravel blade template, i have a contact form: Like <div class="...
I wonder why this is not pulling records from the database. I have been on this for days. All I want...
Alright , I have a little problem here , which tried to solve but didnt succeed, I brought all the &...
Hi, I want to enable a select only if a checkbox is set to true. Here's my actually code, any advice...
I have added this to my composer.json "laravelcollective/html": "5.1.*" Then ra...
Every thing is working fine but facing issue in when I get the response from Google. The contacts a...
Hi. I have a textarea generated by blade engine. I need to limit the character length for it. How do...
Hello, Do you have complicated methods for doing that? $view = View::make($viewname, $paramArray);...
Hi all, I've been trying to figure out how to display an input text field or the text value dependin...
Well, the logic of the app is: a user uploads a file (image). The file goes in storage/uploads. But...
Hi people, i want to use a PARTIALS to create a menu' for my site. So i create a folder PARTIALS and...
How do I get the selected value from the dropdown? <p>{!! Form::select('companyname', array(''...
Hi all, I have a profile module that is related to modules through a middle table module_profile. I...
Hi In my controller:` $updaterec = Sme::where('rec_id', '=', $request->id)->update(['rec_id'...
I'm using slick.js slider syncing function and I'm having a problem getting it to sync. I'm also usi...
Trying out softdelete and I'm yet to understand what is wrong with the code. Whenever I try deleting...
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