Support the ongoing development of Laravel.io →

1,478 Threads

Master-Page/Layout Decision Help needed

Hi guys, I am new to the laravel community. Hope everyone is rocking out there. I am working on a we...

0 Likes
2 Replies
Solved

Redirect to home page when trying to load pages

Hello. When trying to load pages like: localhost:8000/auth/register localhost:8000/auth/login it imm...

0 Likes
4 Replies
Solved
posted 8 years ago

Blade dynamically include Blade files

Hello, I have a directory that has an unknown number of blade files inside it, I wish to include eve...

0 Likes
0 Replies
posted 9 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 8 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

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.

© 2024 Laravel.io - All rights reserved.