Support the ongoing development of Laravel.io →

2,053 Threads

Controllers, Views and good practice

Hello, I'm new to Laravel and fairly new to PHP (did some a few years back). I'm wondering what is t...

0 Likes
7 Replies
Solved
posted 10 years ago

Using bootstrap datepicker in Laravel 4 form

Hi, I'm having some trouble trying to use the bootstrap date-picker (http://tinyurl.com/o7njj9n). Th...

0 Likes
4 Replies
Solved

How to pass array from view to controller without having a submit form?

Hi! Is it possible to automatically submit array from a php file to controller without having a sub...

0 Likes
1 Replies

Sending data via the controller or accessing it in the view?

hello folks, i got a quick "style" question... wich way is better, sending data via the co...

0 Likes
3 Replies
Solved
posted 10 years ago

Wrong data when extending blade views and sections

I'm not sure if this is an error or if sections are not supposed to be used like this. It's a bit di...

0 Likes
1 Replies
posted 10 years ago

How to localize standalone javascript files

Localization for the blade template page is fine {{trans('messages.lnk_follow')}} But how to localiz...

0 Likes
0 Replies

Pagination and Eager Loading

My Controller method is: $topics=Topic::with(array('subtopics'=>function($query){ $query->with...

0 Likes
0 Replies

open page from routes not run css files

open page from routes not run css files whatis the problem? Route::get('/', function(){ return Vi...

0 Likes
0 Replies
posted 10 years ago

Passing vars in extended blade template

Hi all, I have a generic template for my website, called "dashboard.blade.php". If i need...

0 Likes
2 Replies

Thujohn PDF Strange behavior with homestead

I try to generate pdf files in homestead, but when I try to use a CSS File inside the HTML it doesn'...

0 Likes
0 Replies

Blade templateing undefined index

i want to acces the id from level_1 my array looks like this: Array ( [id] => 85 [id_worl...

0 Likes
1 Replies

[4.3] Forms

Hi, With 4.3 {{ Form }} tags doesnt work.I cant find any doc about this.I implement illuminate/html...

0 Likes
7 Replies

Form Checkbox after pagination always unchecked

Hi all, I just found something strange. I have an index page of some data with a pagination. In ever...

0 Likes
4 Replies
posted 10 years ago

Is there a difference between echo View::make('...') and @include('...')

Is there a difference, in a blade template view, between <?= View::make('...') ?> or @include(...

0 Likes
1 Replies

Messagebag broken on 4.3

When parsing the errors in the following way it works as expected. @foreach($errors->all() as $er...

0 Likes
6 Replies
Solved
posted 10 years ago

laravel showing different pagination on production

anyone aware why this would happen? in production it adds pagination class, that's it. in my local i...

0 Likes
1 Replies

Not using form to upload the image

Hello, I would like to know, how i can upload a image from a <input type="file">. But the uplo...

0 Likes
0 Replies

Working on a relationship

I'm trying to put together a wrestling project and have arrived to the point where I need to put tog...

0 Likes
9 Replies
Solved
posted 10 years ago

Problem with route/controller

https://github.com/webdevdea/training2 There is a link too my project. I am trying /laravel-from-scr...

0 Likes
1 Replies
posted 10 years ago

wanna change ->withErrors

i want to change the $errors variable and name it $messages and pass it into the view .. if(! $this...

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