A good way to optimize query when you have millions of data in one tableWe will talk about partition today. We can optimize our code adding index to column. But if we have millions of row in single tables, then…Dec 11, 2024Dec 11, 2024
How to grant remote access permissions to mysql server for user?Step 1: Check MySQL Bind AddressOct 30, 2024Oct 30, 2024
Install FreeRADIUS with MikroTik inUbuntu(mysql also)Step 1: Install FreeRADIUSOct 30, 2024Oct 30, 2024
Return only selected columns from a resource without explicitly mentioning them in the resource…When we developing api in laravel, sometimes we want to use same resources class for different api request. Like Customer List api and…Jun 24, 2024Jun 24, 2024
How to install phpmyadmin with nginx in new dropletOpen your terminal and run these command for install some extenstionsJun 10, 2024Jun 10, 2024
How to customize laravel default exceptions in laravel 11As we know laravel 11 has major changes. In previous version of laravel we was use Exception/Handler.php file. but in laravel 11…Jun 9, 2024Jun 9, 2024
Run command in digitalocean droplet(remote server) from laravelWe will use phpseclib3.0 package for ssh access. install phpseclibJun 6, 2024Jun 6, 2024
How to host two laravel project in one droplet?Install PHP and Required ExtensionsJun 5, 2024Jun 5, 2024