Special php / js functions

  object to array (database operation) $getTeam = \App\Models\AgencyMyTeam::where('user_id',$userid)->get()->toArray(); if($getTeam) { $disGallery = ''; } else { $disGallery = 'none'; } Remove backslace from string var finalData = str.replace(/\\/g, "");…

0 Comments

Dynamic Popup Modal Using Jquery and Laravel

dynamic modal jquery,multiple modal open jquery,create modal with jquery,dynamic modal,modal popup jquery,dynamic modal for multiple use,dynamic alert box,multiple popup,create multiple popup,jquery modal for multiple use,custom jquery popup,custom jquery modal,cquery modal,php…

0 Comments

Abstract class in detail

Abstract classes are the classes in which at least one method is abstract. Unlike C++ abstract classes in PHP are declared with the help of abstract keyword. Use of abstract…

0 Comments

403 Error in laravel

If you are just getting started with PHP, you would find this useful. While Working directly with php and laravel and accessing the admin page, you might experience the 403…

0 Comments