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...
Heya, So I have a bit of a problem, I have a different blade file that I want to render for small sc...
I am calling utility function in my controller function. The utility function returns a view. Howeve...
Hi All, I work on Laravel framework from the short time, After finishing the website, I willing to e...
Hi I have been trying to solve this for two days now, I do not have any hair left. My routes file: &...
What would be the best way to go about implementing shortcode style functionality in views? Example:...
I need help in Laravel 5.1 on how to name the MessageBag errors, allowing me to retrieve the error m...
Hi, I'm building a PIM for my business. I have Products, Variants and "Options". On every...
I created a model and extracted data using the model from database via controller Like $data=datab...
Hey guys! I am trying to make a little card layout, and each of these little cards has a pretty simi...
I want to setup browser caching to load the users avatars. Is setting up the .htaccess file enough o...
<p> @if ($cat->breed) Breed: {{ link_to('cats/breeds/'. $cat->breed->name,...
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