import Excel into Database using Laravel Excel | Laravel 11 | Step by Step Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.พ. 2025

ความคิดเห็น • 8

  • @AsankaRubasinghe
    @AsankaRubasinghe 33 นาทีที่ผ่านมา

    Thanks a lot mate :D

  • @dcinfogeison
    @dcinfogeison 3 วันที่ผ่านมา

    Ajudou bastante, obrigado!

  • @seeframe2401
    @seeframe2401 12 วันที่ผ่านมา

    How could you maatwebsite/excel?
    Install version 3.1?
    Everything I did didn't work and I got an error.
    Laravel 11 is not compatible with PHP version 8.2 for this package

    • @limonfwt
      @limonfwt  12 วันที่ผ่านมา

      Watch the video carefully, and update your PHP version.

  • @jonathancolorado2998
    @jonathancolorado2998 4 หลายเดือนก่อน

    hi i have a doubt how you make for use laravel 11 if is necesary have a minimal version of php 8.2, this is the reason that in my case allways i have this error when install the library of maatwebsite/excel require php ^7.0 -> your php version (8.2.12) does not satisfy that requirement.
    Thanks for you answer

    • @limonfwt
      @limonfwt  4 หลายเดือนก่อน

      You can try simply to install without the caret
      composer require maatwebsite/excel

    • @jonathancolorado2998
      @jonathancolorado2998 4 หลายเดือนก่อน

      @@limonfwt thanks

    • @CorreodePrueba-d2k
      @CorreodePrueba-d2k 4 หลายเดือนก่อน

      In my case I uninstalled XAMPP and then used dockerfile "Laravel SAIL" and it worked,
      On the other hand you can also simply reinstall XAMPP if you don't want to use laravel sail