gonexwind.hashnode.devSetup Laravel Timezone# app/config/app.php 'timezone' => 'Asia/Jakarta', # change your localDec 4, 2025·1 min read
gonexwind.hashnode.devLaravel FilamentSetup Project # create laravel project composer create-project laravel/laravel learn-filament # setup env db and migrate php artisan migrate # try serve php artisan server # open folder cd learn-filament # install filament composer require filame...Nov 29, 2025·2 min read
gonexwind.hashnode.devLaravel Development on MacOS: A Beginner's GuideHi peeps! Today I'm gonna share my experience about laravel. If did'nt have php or apache in your local machine, you can easely setup laravel environment by using https://herd.laravel.com/. After installed, now let's create laravel project. Open your...May 20, 2024·1 min read
gonexwind.hashnode.devFlutter GetX CLI: Simplifying Your App Development ProcessHi readers! Today I'm gonna share my experience generate flutter project with GetX CLI. Without any futher, let's go to your terminal. Create new folder to new project. mkdir name_project Next step you can open your project. cd name_project Let's c...May 17, 2024·4 min read
gonexwind.hashnode.devStep-by-Step Guide to Installing MariaDB on Mac OSHi everyone, today I'm going to share a detailed, step-by-step guide on how to install MariaDB on macOS. This process will help you get MariaDB up and running smoothly on your system. So let's get started! For this installation, I will be using Homeb...May 15, 2024·1 min read