This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Entri yang Diunggulkan

CAKE PHP

Anda bilang: 🌐 Website Generator mode ChatGPT bilang: 🟢 New chat detected... Initializing 🌐 Website Generator mode 👾 Identity confirme...

INSTALL FILAMENT

bash : composer require filament/filament

cek versi : php artisan filament:install


INSTALL DAISY UI

bash : npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p

LARAVEL v.12

bashcomposer create-project laravel/laravel nama-proyek
composer create-project laravel/laravel:"10.*" nama-proyek

bash : cd nama-proyek

bashcp .env.example .env

edit file : .env

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel_db       # (atau nama database kamu)
DB_USERNAME=root             # (atau user MySQL kamu)
DB_PASSWORD=                 # (isi password jika ada)

bash : php artisan migrate

bash : php artisan key:generate

bash : php artisan serve



jika terjadi fatal error;

bash : composer install

bash : composer update


kemudian ulangi: 

bash : php artisan migrate

bash : php artisan key:generate

bash : php artisan serve

buka di browser : http://127.0.0.1:8000






_ - - - ***

INSTAL DAISY UI

✅ Cara bener install DaisyUI:

Pake perintah ini di terminal:

bash
npm install -D daisyui

Setelah itu, tambahkan plugin-nya ke file tailwind.config.js lo:

js
plugins: [require('daisyui')],

Lalu rebuild CSS lo:

bash
npm run dev

SUBDOMAIN BLOGGER

Kalau lo pakai Blogger dan pengen hubungin subdomain ke Blogger juga (misal: blog.namadomain.com), maka subdomain itu juga harus diarahkan ke IP-nya Google, nggak cukup cuma domain utama doang.

Jadi intinya:

  • Domain utama (namadomain.com) → tambahin record A ke IP Google dan CNAME (biasanya ke ghs.google.com)

  • Subdomain (blog.namadomain.com, artikel.namadomain.com, dll) → harus ditambahin juga CNAME ke ghs.google.com, atau dalam beberapa kasus juga A record, tergantung settingan di Blogger.

Kalau lo mau bener-bener aman, tambahin 4 A record ini di DNS buat Blogger:

216.239.32.21 216.239.34.21 216.239.36.21 216.239.38.21

Dan untuk subdomain, tambahin CNAME ke:

ghs.google.com

DIRECT ADMIN / WHMCS

Tentu, jika Anda baru mulai menggunakan DirectAdmin dan WHMCS, berikut beberapa panduan yang dapat membantu Anda memahami dan mengoperasikan kedua platform tersebut:

DirectAdmin:

WHMCS:

Semoga panduan-panduan tersebut membantu Anda dalam memahami dan mengoperasikan DirectAdmin serta WHMCS.

EXTENSI VS CODE UNTUK WORDPRESS

Berikut beberapa ekstensi yang berguna untuk pengembangan WordPress di VS Code:

1. WordPress Toolbox

Ekstensi ini menyediakan fitur-fitur seperti code completion, code refactoring, dan code analysis untuk pengembangan WordPress.

2. WordPress Snippets

Ekstensi ini menyediakan kode snippet untuk pengembangan WordPress, termasuk kode untuk tema, plugin, dan widget.

3. WordPress Code Completion

Ekstensi ini menyediakan code completion untuk fungsi-fungsi WordPress, termasuk fungsi untuk tema, plugin, dan widget.

4. WordPress Debug

Ekstensi ini memungkinkan Anda melakukan debuging kode WordPress dengan menggunakan debugger seperti Xdebug atau Zend Debugger.

5. PHP Intelephense

Ekstensi ini menyediakan fitur-fitur seperti code completion, code refactoring, dan code analysis untuk bahasa pemrograman PHP.

6. WordPress Theme Check

Ekstensi ini memungkinkan Anda memeriksa tema WordPress Anda untuk memastikan bahwa tema tersebut memenuhi standar WordPress.

7. WordPress Plugin Check

Ekstensi ini memungkinkan Anda memeriksa plugin WordPress Anda untuk memastikan bahwa plugin tersebut memenuhi standar WordPress.

Postingan Populer

BINTANG JATUH LYRAEA

MG86

I S I itu PENTING bukan hanya ESSENSI

Powered By Blogger