I'd like to be able to do things like URL::route('viewUser',['{{id}}']) without the { and } chars ge...
Coming over from Kohana to try out Laravel. I'm using the Homestead vagrant box. Following the Quick...
Hy guys, I would appreciate a lot if someone could help me. My problem is that I have frontend and b...
Hello every one. I am trying to make a function in my controller public function new(){ return View:...
Hello, I created a search functionality within my Laravel project - the user can search for teamname...
Hello all! I have a table called users (surprisingly). I have a view where we can visualize all the...
Hi, I've setup a variable to use in my master view file. This works great inside of all my views, un...
Hi, I am new to Laravel and tried the Quick Start tutorial as is. However, view is not getting rende...
I am working on creating a pagination using Foundation - I have the basic framework down, but now I...
Hi, in my blade template I'm using a javascript variable "Website" to store a url string,...
Hi, I'm using the action helper to create my links, but it's making http rather than https links. I...
I have created a page in laravel blade, in which I am using a lightbox plugin combined with owl cara...
I have an issue that i can't seem to solve. My issue: I have a view where i call multiple variables...
Hello, I would like to change the pagination language for Next and Previous buttons. I have paginat...
Hi, Having this route in routes.php Route::get('/test-array', function(){ return [1,2,3,"hel...
Hello, i want to print 12 articles with pagers using bootstrap 3 theming: @foreach($category->...
What's the best way of exception handling in blade view. I have a scenario where i am passing a coll...
Hello, i am using: <p> {{ str_limit($page->body, $limit = 280, $end = '...' }} </p>...
Hi, I'm trying to create a 'plugin' which is essentially a side box containing knowledge base snippl...
Hey guys, today I found out the laravel validator provides a filled method, but it's not present in...
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