I have these tables categories id name sectors id name applications id category_id sector_id name...
I'm new to laravel. I'm using sjousse/laravel-unique-reference I don't know how to configure/ genera...
I have two tables 'Sectors' and 'Categories' $sectors = Sector::lists('name','id')->all(); $categ...
I'm using Socialite plugin for facebook login. I want to use facebook id, in my AppController. How t...
I bought an application script from themeforest. I want to do some modification on it. Application J...
Finally done it... :) MyController.php public function getSubCategories(Request $request, $id){...
elite123 said: If you have a lot of sub categories, pull them in via ajax after sector is selected...
The Laravel portal for problem solving, knowledge sharing and community building.
The community