2 - E-Commerce Project with Laravel 10, Livewire 3, Filament 3 & Tailwind CSS

Поделиться
HTML-код
  • Опубликовано: 15 ноя 2024

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

  • @mdazhardware
    @mdazhardware 8 месяцев назад +3

    Thanks for the continuation, awesome tutorial, waiting till the next week. Thanks again.

  • @lehuynh7637
    @lehuynh7637 8 месяцев назад +3

    1:10 which vscode extension u used to show file database.sqlite?

    • @DCodeMania
      @DCodeMania  8 месяцев назад +3

      "SQLite Viewer" by Florian Klampfer

  • @developer_mode
    @developer_mode 7 месяцев назад +2

    RuntimeException
    PHP 8.2.12
    10.48.7
    The "intl" PHP extension is required to use the [format] method.

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

      have you resolved this issue? i also facing same issue!!!

  • @dion3109
    @dion3109 2 месяца назад

    Hey, can you maybe make an video about your extensions and vscode setup? You have nice auto completion what doesnt work in my vscode

  • @travailhamza
    @travailhamza 2 месяца назад +1

    for laravel 11 : composer require filament/filament="3.2.57" -W

  • @nyinyi-d1w8t
    @nyinyi-d1w8t 8 месяцев назад +2

    Thanks for tutorials. But When I deploy filament on Cloudpanel2.0, I can't login with Filament User account as your instruction. Could you please explain me?
    The error message indicates that the POST method is not supported for the route "admin/login," and only GET and HEAD methods are supported.

    • @DCodeMania
      @DCodeMania  8 месяцев назад

      Is your project running properly in localhost??

    • @nyinyi-d1w8t
      @nyinyi-d1w8t 8 месяцев назад

      No, sir! I set up and deployed the Filament tutorial project on a Cloudpanel 2.0 pre-installed droplet from DigitalOcean.

    • @nyinyi-d1w8t
      @nyinyi-d1w8t 8 месяцев назад

      In this scenario, the Filament landing page is working fine. However, I am unable to log in with user credentials. An error is displayed indicating that the POST method is not supported (405 error) with a Livewire error.
      Thank you, Sir

  • @jaydeepchauhan9555
    @jaydeepchauhan9555 2 месяца назад

    class "numberformatter" not found when watching User Resourse
    I uncomment this line
    ;extension=intl ----> extension=intl
    but not solved still can you pls help?

  • @beticohernandez9536
    @beticohernandez9536 8 месяцев назад +1

    Se puede usa mysql de base de datos?

  • @thimotypascal2342
    @thimotypascal2342 Месяц назад

    hi sir help me i can't to install filament

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

    hello sir do you know how to fix this itry to connect public\storage to app\public using php artisan storage:link but it's not working.
    D:\htdocs\ecom_fullstack> php artisan storage:link
    Local NTFS volumes are required to complete the operation
    how to fix this? thankyouu

  • @amirakotbmassoud3172
    @amirakotbmassoud3172 6 месяцев назад

    how you usevalidation becuse some role it not valid

  • @ВікаЯківчук-ю8т
    @ВікаЯківчук-ю8т 7 месяцев назад

    what to do if the following error occurs when entering the admin after entering the email and password
    Symfony \Component\HttpKernel\Exception \MethodNotAllowedHttpException
    The POST method is not supported for the admin/login route. Supported methods: GET, HEAD.

  • @rhysdelacerna6315
    @rhysdelacerna6315 2 дня назад

    nganu man ni dili man ni kinsa man ni si composer.lock asa man ni ma download pm me

  • @مممممممممممممم-ز2و
    @مممممممممممممم-ز2و 4 месяца назад

    On 12:28, I am getting an error on the words "Page" & "CreateRecord". It is saying that I need to buy the PREMIUM version of PHP to work. May anybody suggest a solution please. Thank you

  • @Sh1nitsu
    @Sh1nitsu 5 месяцев назад +1

    in case it doesn't work when you install filament, it is because of the laravel 11, to fix this you should use this command,
    composer require filament/filament="3.2.57" -W

    • @BhavyaBabariya-fc5cd
      @BhavyaBabariya-fc5cd 5 месяцев назад +1

      Brother I am trying to install by following the command but I am not able to install filament 3.2.57 or a composer require filament/filament:"^3.2" -W. I have the same error occur
      What should I do?

    • @Sh1nitsu
      @Sh1nitsu 5 месяцев назад

      @@BhavyaBabariya-fc5cd what does the error say in your terminal?

    • @BhavyaBabariya-fc5cd
      @BhavyaBabariya-fc5cd 5 месяцев назад

      @@Sh1nitsu Problem 1
      - openspout/openspout[v4.23.0, ..., v4.24.1] require ext-zip * -> it is missing from your system. Install or enable PHP's zip extension.
      - filament/filament v3.2.57 requires filament/actions v3.2.57 -> satisfiable by filament/actions[v3.2.57].
      - filament/actions v3.2.57 requires openspout/openspout ^4.23 -> satisfiable by openspout/openspout[v4.23.0, v4.23.1, v4.24.0, v4.24.1].
      - Root composer.json requires filament/filament 3.2.57 -> satisfiable by filament/filament[v3.2.57].
      this error occurs in my terminal.
      In another case I am trying to install in fresh Laravel 11 project In that project also the error occur while installing a filament.

    • @BhavyaBabariya-fc5cd
      @BhavyaBabariya-fc5cd 5 месяцев назад

      @@Sh1nitsu Problem 1
      - openspout/openspout[v4.23.0, ..., v4.24.1] require ext-zip * -> it is missing from your system. Install or enable PHP's zip extension.
      - filament/filament v3.2.57 requires filament/actions v3.2.57 -> satisfiable by filament/actions[v3.2.57].
      - filament/actions v3.2.57 requires openspout/openspout ^4.23 -> satisfiable by openspout/openspout[v4.23.0, v4.23.1, v4.24.0, v4.24.1].
      - Root composer.json requires filament/filament 3.2.57 -> satisfiable by filament/filament[v3.2.57].
      This error occurs in my terminal.
      In another case I am trying to install in new fresh Laravel 11 project In that project also have errors while installing a filament.

    • @BhavyaBabariya-fc5cd
      @BhavyaBabariya-fc5cd 5 месяцев назад

      @@Sh1nitsu Problem 1
      - openspout/openspout[v4.23.0, ..., v4.24.1] require ext-zip * -> it is missing from your system. Install or enable PHP's zip extension.
      - filament/filament v3.2.57 requires filament/actions v3.2.57 -> satisfiable by filament/actions[v3.2.57].
      - filament/actions v3.2.57 requires openspout/openspout ^4.23 -> satisfiable by openspout/openspout[v4.23.0, v4.23.1, v4.24.0, v4.24.1].
      - Root composer.json requires filament/filament 3.2.57 -> satisfiable by filament/filament[v3.2.57].
      This error occues in my terminal.

  • @keyloggerkeylogger-bj6hs
    @keyloggerkeylogger-bj6hs 2 месяца назад +1

    can you please give the source code?

    • @DCodeMania
      @DCodeMania  2 месяца назад

      Contact me on wolfmania44@gmail.com