PHP 8.2 and Oracle: Quick Setup Guide for Instant Client & OCI8 on Ubuntu

Introduction I’ve developed a Bash script over two days, which greatly simplifies setting up Oracle Instant Client and OCI8 for Laravel projects using PHP 8.2 on Ubuntu. This script is a real-time-saver, making it much easier for PHP developers to get their environment ready without getting bored with complex setup details. It’s all about letting … Read more

Running NativePHP on Windows: An Unofficial Developer’s Hack

NativePHP is an innovative approach to building native applications, leveraging the familiar tools of PHP. It revolutionizes the development process by letting you create powerful, native applications using the PHP language and environment you’re already comfortable with. No need for learning new languages or frameworks; with NativePHP, you can directly use your existing PHP skills … Read more

Laravel Tablar Admin Dashboard

It’s been 2 weeks that I have been working on a New Laravel Admin Dashboard Template. jeroennoten/laravel-adminlte is a well-known admin dashboard laravel package. I used it in different projects. It’s highly customizable & feature-rich. The dynamic menu generator with auth guard is the most fantastic feature of this laravel package. Tabler is one of … Read more

How to fix moodle Installation error of Nginx in windows

Moodle (Modular Object-Oriented Dynamic Learning Environment) is a free and open-source LMS (learning management system) written in PHP and distributed under the GPL License. As a Windows user, I prefer to use Laragon as a powerful universal development environment for PHP. And for the server, I always go for Nginx. Do you ever face any … Read more