@@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
--with-all-dependencies saved my time thanks buddy
not work for me, would you tell me about it?
i need to use a worksheet like thing in my software Is the laravel excel work it?
Thank you, but with php 8.2 and laravel 10, the command install the version 1.1
I am facing the same issue
i get a lot of errors
tell me about it?
@@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