Push notification in php
In case of long & sql query we use DB::raw(). $result = DB::select("SELECT * FROM users"); $result2 = DB::select(DB::raw("SELECT * FROM users")); both are similiar result showing …
An aggregate function operates on a series of values and returns a single summary value, because an aggregate function typically operates on the values in columns and aggregate functions are…
Sending email is a simple and straightforward task in PHP. Yes! trust me. For some beginners and sometimes even the experienced too struggle to send an email using PHP. Download…
Goto To resources / view / app.blade.php file and add this code <script> window.base_url = "{{ URL::To('/')}}" </script> Goto any Inertia page and paste…