Support the ongoing development of Laravel.io →

353 Threads

way Generator of JefferyWay

i try install and work with this Generator. i downloaded from: https://github.com/JeffreyWay/Laravel...

0 Likes
2 Replies
Solved

Bootstrap Modals and popups - Using parameters and data

I have a page showing a list of records, when you click a delete button a modal box appears to confi...

0 Likes
7 Replies
Solved
posted 9 years ago

View Does Not Show

Hello Laravel community, I am new to Laravel and trying to get my foot in the door. It is proving to...

0 Likes
3 Replies
Solved

short attributes - frontend

Hi, I have a variable with possible short values (e.g. foot => (l,r,b). Now i want to show the fu...

0 Likes
5 Replies
Solved
posted 9 years ago

Javascript variable within blade statements

Hello, Is it possible to use javascript variables in blade statements ? I have a blade template fill...

0 Likes
2 Replies
Solved

Include content in blade from controller

Hi, Could I include a result from a function of controller o route inside of a part of view blade wi...

0 Likes
4 Replies
Solved

Adding class to {{Form::select

Currently I have this code: {{Form::select('schoolId', $schools)}} But I need to add a class.. I tri...

0 Likes
1 Replies
Solved

Redisplay view based on dropdown selected value

In my first Laravel application, I want my Tunes view to display a table of the titles of songs base...

0 Likes
1 Replies
Solved
posted 9 years ago

Adding class to img helper?

I have this: {{ HTML::image('css/img/logo.png');}} But I need to add a class to this image. Tried t...

0 Likes
1 Replies
Solved
posted 9 years ago

what is the difference between yield and section?

#Code 1: layout.blade.php: @yield('content') view: @extends('labout') @section('content') Content h...

0 Likes
1 Replies
Solved

Array to fill a checkbox

I have a array(username => 'blalba', ...) and I want to create checkboxes with the username value...

0 Likes
2 Replies
Solved

Blade inline section (or other suitable method)

Hey Is there a neat way to make small inline sections yet? Inline as in, on the same line. I tried...

0 Likes
2 Replies
Solved

Best practice populating forms?

I've got quite a large and (complex ish) form marked up in a blade template (create.blade.php) It co...

0 Likes
2 Replies
Solved

SSH to View

Hello, i have problem with output from ssh function. i cant get the output to a html div. Its put th...

0 Likes
4 Replies
Solved
posted 9 years ago

Blade, problem with layouts

Hello, I'm facing a problem with blade templating and my layouts. Here's my layout (in app/views/lay...

0 Likes
4 Replies
Solved

Float - displaying with extra decimal values

I will try to briefly explain this problem I'm having. I have a database field called "price&qu...

0 Likes
3 Replies
Solved

Overriding delete() class method is not working as expected

I have an Image model, which I want to override the delete method to erase the file from the system...

0 Likes
3 Replies
Solved

No image available - No View

Hi, i save the name of an image in the database. I try to show the image with: {{ HTML::image('/uplo...

0 Likes
2 Replies
Solved

Upgraded from 4.0 -> 4.1 per docs. Form::select() not working anymore

This worked fine prior to upgrading from 4.0 to 4.1. Code didn't change: In by blade .. {{ Form::ope...

0 Likes
1 Replies
Solved

trouble accessing variable in view that was set from a filter

Is this a filter order issue? In the first filter I set up a object needed for authentication (later...

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

© 2024 Laravel.io - All rights reserved.