Support the ongoing development of Laravel.io →

1,481 Threads

posted 9 years ago

Website URL in Blade

Hi, what´s the best way to put the website url (http://www.mydomain.com) into a Blade Template? Get...

0 Likes
1 Replies
Solved

Class not found

I am trying to insert data to db+ redirect to another page. Then I get this message: Whoops, looks l...

0 Likes
15 Replies

syntax error, unexpected '<'

I'm creating a select in a form and I'd like to loop through 10 options printing out the numbers 1-1...

0 Likes
2 Replies
Solved

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 9 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 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

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.