blank

mrfdn.com – Kali ini saya hanya ingin mencatat bagaimana cara bekerja menggunakan file blade laravel dengan mengintegrasikan tailwind css.

Pertama install dependencies dulu

npm install -D tailwindcss postcss autoprefixer

Sekarang install tailwind

npx tailwindcss init -p

Sekaranb buka file tailwind.config.js lalu tambahkan baris ini:

/** @type {import('tailwindcss').Config} */export default { content: ["./resources/**/*.blade.php"], theme: { extend: {}, }, plugins: [],};

Selanjutnya edit file resources/css/app.css lalu tambahkan file ini:

@tailwind base;@tailwind components;@tailwind utilities;

Setelah itu buka file blade.php lalu set Tailwind pada dengan menambahkan baris ini.

@vite('resources/css/app.css')

Sehingga hasilnya seperti ini:

<!doctype html><html><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> @vite('resources/css/app.css')</head><body class="bg-red-500"> <h1 class="text-center">hello world</p></body></html>

Lalu buka 2 terminal.

Pada terminal pertama ketik npm run dev untuk menjalankan nodejs dan pada terminal kedua ketik php artisan serve untuk menjalankan projek laravel anda.

Sekarang anda bisa lanjut mengerjakan projekan Laravel dengan menggunakan Laravel sebagai CSS.

PakarPBN

A Private Blog Network (PBN) is a collection of websites that are controlled by a single individual or organization and used primarily to build backlinks to a “money site” in order to influence its ranking in search engines such as Google. The core idea behind a PBN is based on the importance of backlinks in Google’s ranking algorithm. Since Google views backlinks as signals of authority and trust, some website owners attempt to artificially create these signals through a controlled network of sites.

In a typical PBN setup, the owner acquires expired or aged domains that already have existing authority, backlinks, and history. These domains are rebuilt with new content and hosted separately, often using different IP addresses, hosting providers, themes, and ownership details to make them appear unrelated. Within the content published on these sites, links are strategically placed that point to the main website the owner wants to rank higher. By doing this, the owner attempts to pass link equity (also known as “link juice”) from the PBN sites to the target website.

The purpose of a PBN is to give the impression that the target website is naturally earning links from multiple independent sources. If done effectively, this can temporarily improve keyword rankings, increase organic visibility, and drive more traffic from search results.

Jasa Backlink

Download Anime Batch

Leave a Reply

Your email address will not be published. Required fields are marked *

TOP