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

Поділитися
Вставка
  • Опубліковано 6 лис 2024

КОМЕНТАРІ • 4

  • @jonathancolorado2998
    @jonathancolorado2998 Місяць тому

    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  Місяць тому

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

    • @jonathancolorado2998
      @jonathancolorado2998 Місяць тому

      @@limonfwt thanks

    • @CorreodePrueba-d2k
      @CorreodePrueba-d2k Місяць тому

      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