Cloudflare: Add to your web domain What use it? 馃枊 Section content is still in progress Security Prevent DDos attacks Prevent malicious bots Configuration Got to Cloudflare and log in or create an account On the dashboard, Mar 26, 2026路1 min read
MySQL Useful CommandsCopping Data From One Database to Another Click here for reference & more mysqldump db_name | mysql new_db_nameJun 27, 2024路1 min read
Linux: SupervisorWhat is a "Supervisor"? "Supervisor" is a process manager which provides a singular interface for managing and monitoring several long-running programs. Run a PHP command using Supervisor To run a PHPMar 16, 2023路2 min read
PHP/WordPress Custom Log FunctionUsing this function, you can add custom logs to your PHP system in a much more organized way. Let us know your feedback in the comments section 馃榿 Code function custom_log($message, $type = 'error', $additionalData = [], $config = []) { $config['...Feb 7, 2023路1 min read
Fix or Reset MySQL AUTO_INCREMENT ValueOur goal in this post is to show you how to reset the MySQL AUTO_INCREMENT value (for single or all tables) by taking the highest value in the auto_increment column and resetting it to the next value. For a single table ALTER TABLE table_name_here AU...Feb 4, 2023路2 min read
Illustration Websites1. IRA Design License https://www.creative-tim.com/license?ref=iradesign-footer 2. DrawKit License https://www.drawkit.com/license What is allowed All icons and illustrations on DrawKit are available for your own commercial and non-commercial use ...Nov 22, 2022路2 min read
Laravel: "hasManyThrough" explainedclass CurrentModel extends Model { public function relatedData() { return $this->hasOneThrough( RelatedDataModel::class, ThroughModel::class, 'current_through_id', // 馃憟 What column in the "through tabl...Sep 1, 2022路1 min read