Support the ongoing development of Laravel.io →

1,494 Threads

posted 10 years ago

select option for title

Hi all i have an issues with laravel blade template, i have a contact form: Like <div class="...

0 Likes
2 Replies

Typeahead not working with Laravel 5.1

I wonder why this is not pulling records from the database. I have been on this for days. All I want...

0 Likes
2 Replies

Undefined index: image problem .

Alright , I have a little problem here , which tried to solve but didnt succeed, I brought all the &...

0 Likes
0 Replies

How to enabled a Form if checkbox is set to "true"

Hi, I want to enable a select only if a checkbox is set to true. Here's my actually code, any advice...

0 Likes
1 Replies

Image does not display

I have added this to my composer.json "laravelcollective/html": "5.1.*" Then ra...

0 Likes
3 Replies

Integration of Google Api to fetch contact Details

Every thing is working fine but facing issue in when I get the response from Google. The contacts a...

0 Likes
0 Replies

How do I add maxlength to blade templating

Hi. I have a textarea generated by blade engine. I need to limit the character length for it. How do...

0 Likes
1 Replies

Sending view by email

Hello, Do you have complicated methods for doing that? $view = View::make($viewname, $paramArray);...

0 Likes
3 Replies
Solved

Froms, display input field or plain text in blade

Hi all, I've been trying to figure out how to display an input text field or the text value dependin...

0 Likes
0 Replies

Image not found neither in public nor in storage directory

Well, the logic of the app is: a user uploads a file (image). The file goes in storage/uploads. But...

0 Likes
0 Replies

Use of Partials

Hi people, i want to use a PARTIALS to create a menu' for my site. So i create a folder PARTIALS and...

0 Likes
2 Replies

How do I get the selected value from the dropdown using L-5.1?

How do I get the selected value from the dropdown? <p>{!! Form::select('companyname', array(''...

0 Likes
0 Replies
posted 9 years ago

Tick checkbox if record exists in related module.

Hi all, I have a profile module that is related to modules through a middle table module_profile. I...

0 Likes
1 Replies

Update multiple records using Eloquent

Hi In my controller:` $updaterec = Sme::where('rec_id', '=', $request->id)->update(['rec_id'...

0 Likes
2 Replies
Solved

Getting slick.js to show selected image

I'm using slick.js slider syncing function and I'm having a problem getting it to sync. I'm also usi...

0 Likes
3 Replies

Unable to delete when using soft delete

Trying out softdelete and I'm yet to understand what is wrong with the code. Whenever I try deleting...

0 Likes
1 Replies

Laravel and AntiXSS: How to make AntiXSS as default behaviour of Blade?

Hi I am using Laravel 5.1 and vtalbot/markdown. I have a works table and inside there is description...

0 Likes
0 Replies

404 not found incorrect url ajax

Hi guys the console log error 404 page not found http://localhost/directories/public/product/subcate...

0 Likes
1 Replies
posted 9 years ago

Extends Confused About Blade

The confused happens when I try to including two extended blade in same file. ##A.blade.php @yield('...

0 Likes
3 Replies

Creating a gallery popup depending on the image

I'm using Laravel 4 and I'm trying to create a gallery page that when you click on an image that ima...

0 Likes
1 Replies

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.

© 2025 Laravel.io - All rights reserved.