I have a view that is populated in part by rendering a view and passing it back as html in a JSON ar...
Hello, I'm new to Laravel and fairly new to PHP (did some a few years back). I'm wondering what is t...
Hi, I'm having some trouble trying to use the bootstrap date-picker (http://tinyurl.com/o7njj9n). Th...
Hi! Is it possible to automatically submit array from a php file to controller without having a sub...
hello folks, i got a quick "style" question... wich way is better, sending data via the co...
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...
Localization for the blade template page is fine {{trans('messages.lnk_follow')}} But how to localiz...
My Controller method is: $topics=Topic::with(array('subtopics'=>function($query){ $query->with...
open page from routes not run css files whatis the problem? Route::get('/', function(){ return Vi...
Hi all, I have a generic template for my website, called "dashboard.blade.php". If i need...
I try to generate pdf files in homestead, but when I try to use a CSS File inside the HTML it doesn'...
i want to acces the id from level_1 my array looks like this: Array ( [id] => 85 [id_worl...
Hi, With 4.3 {{ Form }} tags doesnt work.I cant find any doc about this.I implement illuminate/html...
Hi all, I just found something strange. I have an index page of some data with a pagination. In ever...
Is there a difference, in a blade template view, between <?= View::make('...') ?> or @include(...
When parsing the errors in the following way it works as expected. @foreach($errors->all() as $er...
anyone aware why this would happen? in production it adds pagination class, that's it. in my local i...
Hello, I would like to know, how i can upload a image from a <input type="file">. But the uplo...
I'm trying to put together a wrestling project and have arrived to the point where I need to put tog...
https://github.com/webdevdea/training2 There is a link too my project. I am trying /laravel-from-scr...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community