Support the ongoing development of Laravel.io →

1,494 Threads

Show data from an array to a dynamic selectbox (jQuery - AJAX)

Hi everybody, I'm trying to implement a dynamic select box using jQuery and I have some problems......

0 Likes
0 Replies

Get view's HTML from database and render as output in Laravel

Instead of having HTML files and using @include or View::make(path to file) to render them as output...

0 Likes
2 Replies

JavaScript::put not working

I just want to pass some variable to my JS file so I use de laracasts/utilities for this. But I chan...

0 Likes
0 Replies

Execute Laravel Blade statements runtime

I don't know if I choosed a good title for this question or not. I want to implement a Template Engi...

0 Likes
0 Replies

Undefined "category" variable

http://laravel.io/bin/Y5dzr this is my layout. Please solve the issue. Thank you.

0 Likes
1 Replies
posted 11 years ago

Blade within PHP?

Hi, I'd like to create a {{ Form }} within several elements on a page. So I tried, foreach($group as...

0 Likes
2 Replies
Solved

Laravel insists on loading incorrect resource route

I am well into a project where I have a number of resource controllers. They have all been working p...

0 Likes
3 Replies
Solved
posted 11 years ago

jQuery ajax form submission callback with newly inserted row

Hey, I'm about to play around with this but just thought I'd ask to see if anyone knows already... I...

0 Likes
1 Replies
Solved
posted 11 years ago

Blade::extend() problem with committed parameters

Hi, I'm trying to extend Blade with this: Blade::extend(function($view) { $html = strtotime(&quo...

0 Likes
2 Replies

error when i send data via mail

hello laravelers; i am tring to send newsletter via mail (it work with simple text : hello world). b...

0 Likes
2 Replies

Adding form macros not working as directed.

Hi again, I want to add an HTML 5 date input type. I am using this guide and file: http://blog.small...

0 Likes
1 Replies
Solved

How to display posted data into my form inputs

Hi, My problem is very simple. I'd like to display into my formś input the content I wrote when ther...

0 Likes
3 Replies
Solved

Undefined variable in blade when create new item

Hi, I have a basic CRUD with a template like this: # master.blade.php @section('content') {{ $item...

0 Likes
0 Replies

Blade ENT_NOQUOTES

Is there a way when using {{{ $variable }}} to escape with ENT_NOQUOTES?

0 Likes
0 Replies
posted 11 years ago

A simple problem on import js scripts

Hi, I have a simple problem to import a js script, I have a script that perfectly work when I import...

0 Likes
3 Replies
Solved

How to implement a page with static tabs and dynamic content area

I know Laravel can route to different web page and refreshes the whole page content. My case is: I h...

0 Likes
2 Replies

How do I force https on production sever

I've been able to force my site to redirect from http to https but the resources (styles and scripts...

0 Likes
1 Replies

Workbench Package Assets

Working on my first package and running into mixed results with assets. According to the doc "H...

0 Likes
0 Replies
posted 11 years ago

Blade help: making a form select box from an object

I wish to make a select box of city names for a form. I have been able to create and pass to my view...

0 Likes
7 Replies

Blade help - Route [crowds.create] not defined

I am getting this error once I add a prefix to the route in routes.php Route::group(array('before' =...

0 Likes
3 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.