Support the ongoing development of Laravel.io →

1,470 Threads

posted 9 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 9 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 9 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 9 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 9 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
posted 9 years ago

Designing a box model for my layout

Hi, I want to have a layout like image below, as you see there are two areas(content, sidebar). Ever...

0 Likes
0 Replies

passing variable from blade(view) to route or controller

hi I want to pass the selected item's $id to my controller for doing changing on it . it's my index....

0 Likes
0 Replies
posted 9 years ago

how to make View::share to use the reference to the variable?

I want to share a global variable with View::share, and this variable are created in BaseController'...

0 Likes
2 Replies

Multiple forms, same page, common fields

Hey, so I have two forms on the same page, and these forms have common field names. Since I'll have...

0 Likes
0 Replies

handling errors from controller

I would like to use main template also for error views. Main template works only if i call it from c...

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.