Support the ongoing development of Laravel.io →

malinga91

Joined 21 Jun 2016

Statistics

Threads 5
Replies 2
Solutions 0
Articles 0

How to join Triple Pivot table with another table

I have these tables categories id name sectors id name applications id category_id sector_id name...

0 Likes
1 Replies

How to use sjousse/laravel-unique-reference

I'm new to laravel. I'm using sjousse/laravel-unique-reference I don't know how to configure/ genera...

0 Likes
0 Replies

How to retrieve Sub-Categories according to Parent category selection?

I have two tables 'Sectors' and 'Categories' $sectors = Sector::lists('name','id')->all(); $categ...

0 Likes
4 Replies

How to access Facebook user id in another controller?

I'm using Socialite plugin for facebook login. I want to use facebook id, in my AppController. How t...

0 Likes
1 Replies

How to display result in datatable?

I bought an application script from themeforest. I want to do some modification on it. Application J...

0 Likes
2 Replies
replied 7 years ago

How to retrieve Sub-Categories according to Parent category selection?

Finally done it... :) MyController.php public function getSubCategories(Request $request, $id){...

0 Likes
replied 7 years ago

How to retrieve Sub-Categories according to Parent category selection?

elite123 said: If you have a lot of sub categories, pull them in via ajax after sector is selected...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.