This probably isn't the most elegant solution but so far I have my data/collection called like so; $...
Link of the plugin http://deepliquid.com/content/Jcrop.html I want to upload the image that is cropp...
Hi everyone! I started with Laravel 5 following the Blog example from Laracasts (Laravel 5 Fundament...
Hi Guys! As the title, I have an Array varible named is $commonConfig, and I want use it in all Cont...
Hi, i've a site that manage articles. So i've an ArticlesController and a /resource/view/articles di...
Hi, when I tried to access this http://localhost:8000/user/3/edit url in my app, I'm getting this er...
I have a primary 'wrapper' view app.blade.php, and this wrapper has certain functions it needs to ru...
I tried using @foreach ($product as $index => $pro) <td>{{$index+1}} </td> @endforeac...
I've installed this package and so far the layout is rendering but the view template is not. I have...
Hello all, In my template, the following codes: <!doctype html> <html lang="vi"> <hea...
How to show this message in Javascript Popup? @if (Session::get('message')) Session::get('message')...
Hi guys, i have a problem, // my var $teste = "<b>Página</b> inicial"; {{ $tes...
How would i go about making the laravel pagination always show? Because right now if there is less i...
I wish to create a grouped dropdown list using Blade and Form builder. That should be simple, but th...
I'm trying to get my css to work correctly. I used {{ HTML::style('css/style.css') }} But when I go...
It seems like errors are more vague than they used to be. When there was an error, it used to displa...
Hello everyone, I am new to laravel and i have been working on a web app using this framework. Few d...
I have an app written in Laravel that supports multiple sites managed under one install. I'm lookin...
For example if Laravel is used to create a Forum and each forum user can choose the theme used to re...
I've used Laravel's pagination method but in my view it is escaping HTML I'm trying: {{$tags->ren...
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