I want to use <code> tag within a blade template that shows php and if I add the <?php ?>...
edit: example of bad logic and time loss. yet useful experience! Goal: I want to have a form input f...
I am trying to refer variable inside @include('partial', ['somevar' => $var, 'otherVar' => $ot...
Hi, I want to have two buttons in the home page (Writer & Reader) and these buttons will direct...
I am having issues when creating my own paginator that the same collection of rows is always returns...
Hello i have an issue when it comes to display my creating product form. The main problem is that i...
i want to resize my images when it is being uploaded from the controller. please provide me a soluti...
Hi, i have a problem, i want use ISO-8859-1 charset, but laravel does not want. i show you the probl...
Hi, i have an url like: "www.myapp.com/other-param" and i need to print in my view "/...
Hi, In short; is it possible to use angularJS inside the form helpers provided by blade fx. ng-model...
I'm having issues with a relationship table and pulling the data from the lookup table. I have a mem...
So I am currently developing my onepage portfolio and have decided to try and learn some Laravel in...
I have two arrays of objects and I want to check if ids of elements of both are the same then select...
Route::get('home', function(){ return view('user.aktif'); }); Route::get('home/aktif-miller', fu...
As far as you can understand from the topic, my aim is getting the contents of a view file using an...
I'm retrieving data from two tables which are categories and subcategories. categories cat_id contai...
My requirement is to construct the treeview using database values.(I'm not using eloquent here. Inst...
How do you structure your code with Laravel 5.1 ? Your files? Your routes? Controllers & Models?...
Hello, I have this issue where I think Laravel adds  character randomly (or not?) at the...
Hi, So I have a lot of data from many models to pass into my view. and my view is broken up into man...
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