KITAB KEJADIAN

MENGAPA "NAMA" BEGITU PENTING, SEHINGGA NABI PERTAMA ADAM AS, DIPERINTAHKAN OLEH TUHAN UNTUK MENYEBUTKAN NAMA NAMA PADA MALAIKAT.

ANGIN BERBISIK : "CATAT NAMA NAMA"

TERNYATA BELAKANG HARI SELALU TERTIPU NAMA.

AWAL MULA ADALAH TIADA. MENJADI ADA KARENA BERPIKIR ADA. MENYADARI WUJUD DAN KEJADIAN, SEMUANYA BERAWAL DARI 0. MENJADI 1 HINGGA 9 DAN KEMBALI TIADA /0.
0.00 1.00 1.11 9.99 0.0000 0000

0.00 marmati - kakang kawah adi ari ari = 3 [TRINITY UNITARIAN]
0.0000 0000 sedulur papat limo pancer = 9 [LUBANG SONGO]


Senin, 28 Oktober 2024

XP.V.001 WEBSITE MEMBER AREA PROJECT LARAVEL 9 WIHT TAILWIND

 MANAGEMEN PENYIMPAN FILE AND FOLDER


Folder Utama Proyek

1. src (Source)

That sounds exciting! Starting your project "xp.v.001" with Laravel 9 and Tailwind CSS is a great choice. Here are a few steps to help you get started with the initial setup:

Step 0.1: Initial Setup

  1. Install Laravel: Make sure you have Composer installed, then run the following command in your terminal to create a new Laravel project:

    bash
    composer create-project --prefer-dist laravel/laravel xp.v.001
  2. Navigate to the Project Directory:

    bash
    cd xp.v.001
  3. Install Tailwind CSS: You can install Tailwind CSS via npm. First, make sure you have Node.js and npm installed. Then run:

    bash
    npm install -D tailwindcss npx tailwindcss init
  4. Configure Tailwind: Open the tailwind.config.js file and configure the content paths:

    javascript
    module.exports = { content: [ "./resources/**/*.blade.php", "./resources/**/*.js", "./resources/**/*.vue", ], theme: { extend: {}, }, plugins: [], };
  5. Create Your CSS File: In the resources/css directory, create a new file named app.css and add the Tailwind directives:

    css
    @tailwind base; @tailwind components; @tailwind utilities;
  6. Compile Your Assets: Make sure you have Laravel Mix installed, then add the following to your webpack.mix.js:

    javascript
    mix.js('resources/js/app.js', 'public/js') .css('resources/css/app.css', 'public/css') .postCss('resources/css/app.css', 'public/css', [ require('tailwindcss'), ]);

    Run the following command to compile your assets:

    bash
    npm run dev
  7. Set Up Your Routes and Views: Create routes in routes/web.php and corresponding views in the resources/views directory.

  8. Start the Development Server: Run the following command to start your Laravel development server:

    bash
    php artisan serve
  9. Access Your Application: Open your browser and navigate to http://127.0.0.1:8000 to see your application in action.

If you need more specific help with any step or have questions about features to implement, feel free to ask!

Share:

0 Comments:

Posting Komentar

Popular Posts

MITRA FBS INDONESIA



MITRA FBS BROKER REBATE 90% / LOT DITRADINGKAN.
BERGABUNG SEKARANG.


Powered By Blogger