05 Install Laravel Breeze, How to install laravel breeze with blade on Laravel 10

Поделиться
HTML-код
  • Опубликовано: 7 сен 2023
  • - composer require laravel/breeze --dev
    - php artisan breeze:install
    - php artisan migrate
    - npm install && npm run dev
    - php artisan serve --port={port-number}
    - Learn laravel from basic to advance as Khmer:
    + beta.seksaaacademy.com/course-...
    Donate:
    ABA ID: 002 570 988
    Name: HOR Kimhab
    --+++--
    ABA KHQR (Any local bank can transfer to below link, available on mobile app):
    link.payway.com.kh/aba?id=E17...
    ABA Name: Kimhab HOR
    Source store at telegram: ...
    Ask more: t.me/HKimhabCoding
    Telegram Channel: t.me/HORKimhab_RUclips
    👉👉👉 Subscribe (bit.ly/3zzNyMd) to get more new video
    ❤️ ❤️ ❤️ Thank you for watching and sharing this video
    🙏🙏🙏 Question, ask back and welcome for any comments.
    --- Keyword ពាក្យគឹន្លះ
    composer require laravel/breeze --dev, php artisan breeze:install, php artisan migrate, npm install && npm run dev, laravel 10 hkimhab, hkimhab laravel 10 free, laravel 10 tutorial free, full laravel tutorial free, Laravel Breeze, Laravel authentication, tutorial
    Laravel Breeze, authentication, setup
    Laravel Breeze, authentication, customization
    Laravel Breeze, login, registration
    Laravel Breeze, password reset, tutorial
    Laravel Breeze, social authentication, setup
    Laravel Breeze, authentication, best practices
    Laravel Breeze, user roles, permissions
    Laravel Breeze, multi-factor authentication, tutorial
    Laravel Breeze, API authentication, implementation
    --- Keyword ពាក្យគឹន្លះ
    #HKimhab #Laravel10 #LaravelRealEaste

Комментарии • 4

  • @papanbanik1226
    @papanbanik1226 7 месяцев назад

    thanks it works

  • @johnston777
    @johnston777 3 месяца назад +1

    i encounter error, but at the end, the installation done successfully.
    vite v4.5.3 building for production...
    transforming...
    (node:16736) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
    (Use `node --trace-warnings ...` to show where the warning was created)
    [Failed to load PostCSS config: Failed to load PostCSS config (searchPath: C:/Proyek/web/tail-spatie): [SyntaxError] Unexpected token 'export'
    C:\Proyek\web\tail-spatie\postcss.config.js:1
    export default {
    ^^^^^^
    SyntaxError: Unexpected token 'export'
    at internalCompileFunction (node:internal/vm:77:18)
    at wrapSafe (node:internal/modules/cjs/loader:1288:20)
    at Module._compile (node:internal/modules/cjs/loader:1340:27)
    at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
    at Module.load (node:internal/modules/cjs/loader:1207:32)
    at Module._load (node:internal/modules/cjs/loader:1023:12)
    at cjsLoader (node:internal/modules/esm/translators:356:17)
    at ModuleWrap. (node:internal/modules/esm/translators:305:7)
    at ModuleJob.run (node:internal/modules/esm/module_job:218:25)
    at async ModuleLoader.import (node:internal/modules/esm/loader:329:24)]
    Node.js v20.11.1
    INFO Breeze scaffolding installed successfully.

    • @johnston777
      @johnston777 3 месяца назад

      this is happen after run "php artisan breeze:install"

    • @harryotoy
      @harryotoy 19 дней назад

      In the file package.json, changed in this way and works:
      "private": true,
      "type": "module",
      "scripts": {
      "dev": "vite",
      "build": "vite build"
      },
      .....