#01- Laravel Excel -Intro and Installation

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

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

  • @MukeshKumar-mw2pp
    @MukeshKumar-mw2pp 3 месяца назад

    --with-all-dependencies saved my time thanks buddy

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

      not work for me, would you tell me about it?

  • @GalaxyCookies76
    @GalaxyCookies76 4 месяца назад

    i need to use a worksheet like thing in my software Is the laravel excel work it?

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

    Thank you, but with php 8.2 and laravel 10, the command install the version 1.1

    • @TES-A5
      @TES-A5 6 месяцев назад

      I am facing the same issue

  • @adnanbennasare9291
    @adnanbennasare9291 Год назад

    i get a lot of errors

    • @waleedahmed8740
      @waleedahmed8740 9 месяцев назад

      tell me about it?

    • @MrZamanian-w7t
      @MrZamanian-w7t 8 месяцев назад

      @@waleedahmed8740
      BadMethodCallException
      Method Illuminate\Foundation\Application::share does not exist.
      at vendor\laravel\framework\src\Illuminate\Macroable\Traits\Macroable.php:112
      108▕ */
      109▕ public function __call($method, $parameters)
      110▕ {
      111▕ if (! static::hasMacro($method)) {
      ➜ 112▕ throw new BadMethodCallException(sprintf(
      113▕ 'Method %s::%s does not exist.', static::class, $method
      114▕ ));
      115▕ }
      116▕
      i Bad Method Call: Did you mean Illuminate\Foundation\Application::isShared() ?
      1 vendor\maatwebsite\excel\src\Maatwebsite\Excel\ExcelServiceProvider.php:154
      Illuminate\Foundation\Application::__call("share")
      2 vendor\maatwebsite\excel\src\Maatwebsite\Excel\ExcelServiceProvider.php:58
      Maatwebsite\Excel\ExcelServiceProvider::bindClasses()
      ///////////////////////
      what can i do