Setup Laravel Timezone
Software Engineer and Mentor!
# app/config/app.php
'timezone' => 'Asia/Jakarta', # change your local
Search for a command to run...
Software Engineer and Mentor!
# app/config/app.php
'timezone' => 'Asia/Jakarta', # change your local
No comments yet. Be the first to comment.
Setup 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...
Hi 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...
Hi 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...
Hi 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...
