{!! Html::image('images/penguins.svg', 'Very powerful SEO penguins',['class' => 'penguins']) !!}...
Hi guys, i'm trying to understand what wrong with my facade code. I create a new facade called Ajax...
Hello, I was just wondering (and I need to know that), how to call corectly this HTML, what is used...
I have a table like this: <tbody id="responds"> @foreach($animals as $animal...
Hello Guys. I recently added HTML class by using composer to Laravel 5, but HTML::image() method ret...
Hello everyone! I am new to Laravel. and got confused on how to do some things. I need help in this....
I'm having a hard time getting my dynamic menu to work, it seems the array returned by database is n...
I have middleware setup to minify html and it works like a charm. I have the 404.blade.php page loa...
Example $post = Post::with('categories')->first(); one post relationship to many categories How...
I am filtering a collection by date of orders with the following in each: {"id":57,"...
Hello, i am new at laravel, and i want to show userprofile by slug. When i use Profile::all() or Pr...
This probably isn't the most elegant solution but so far I have my data/collection called like so; $...
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, when I tried to access this http://localhost:8000/user/3/edit url in my app, I'm getting this er...
Hello all, In my template, the following codes: <!doctype html> <html lang="vi"> <hea...
Hi guys, i have a problem, // my var $teste = "<b>Página</b> inicial"; {{ $tes...
Hello everyone, I am new to laravel and i have been working on a web app using this framework. Few d...
I've used Laravel's pagination method but in my view it is escaping HTML I'm trying: {{$tags->ren...
Hi All, I am beginner for Laravel 4.2. I want the raw query should print an array like 1, 2, 3, 5, 9...
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.