I am new to Laravel, I am trying to use Bootstrap with Laravel but it is very difficult to use with...
I have some function which I need to call in my view(comment.bade.php) and return $id, this is funct...
My model: class Boxstyle extends Eloquent { protected $fillable = array('BoxStyle'); my table...
After upgrading to a new version of PHP (from 5.4.7 to 5.6.3) my Laravel Blade templates do not eval...
I have a controller: $boxstyles = boxstyles::lists('boxstyle', 'id'); Model: protected $fillable = a...
Hi, {{\Auth::user()->nickname or \Auth::user()->firstname}} returns 1 while //works {{\Auth::...
Hi, I'm very new to laravel and started with laravel 5. I'm currently facing trouble where I can't s...
Hello, How to return Json Data from function in controller to view Here is function public function...
Hello. I tried to place Blade::extend to bootstrap/blade.php. Then I require this file in bootstrap/...
I seem to be having an issue using Form::model My controller looks like: in public function edit(T...
Hello All, new to Laravel and having A LOT of fun with it so far. Using laravel 5 for what it's wor...
My website has multiple data widgets that can be rendered for the user. These widgets are sub-views,...
Hello, I'm new to Laravel and wanted to try it today. After installing everything that was neccessar...
How can I count the views for a post in Laravel+Twig Env?
Hello everybody, How can I add a suffix to my pages ? like localhost:8000/users/add.html for exemple...
I have script: $("#consigneeBtn").on('click', function() { var id = document.getElementByI...
Ok so I swear this was working about 2 months, but I have returned to the project, run composer upda...
Hello everybody I had to create a sortable table. I've described my solution here: https://janikvonr...
I have an application in which I have to filter data based on the item selected from the select box....
app/config/app.php 'debug' => false, I set debug to false on live application. How do I enable...
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