Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on php artisan when installing #3

Open
KevinPeters89 opened this issue Sep 13, 2016 · 4 comments
Open

Error on php artisan when installing #3

KevinPeters89 opened this issue Sep 13, 2016 · 4 comments

Comments

@KevinPeters89
Copy link

Hi, I get the following error when I try to install this package on Laravel 5.3

PHP Fatal error: Call to undefined method Illuminate\Support\ServiceProvider::boot() in /Users/kevinpeters/Sites/famous-laravel-skeleton/vendor/ufirst/lang-import-export/src/UFirst/LangImportExport/LangImportExportServiceProvider.php on line 27
PHP Stack trace:
PHP 1. {main}() /Users/kevinpeters/Sites/famous-laravel-skeleton/artisan:0
PHP 2. Illuminate\Foundation\Console\Kernel->handle() /Users/kevinpeters/Sites/famous-laravel-skeleton/artisan:36
PHP 3. Illuminate\Foundation\Console\Kernel->bootstrap() /Users/kevinpeters/Sites/famous-laravel-skeleton/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php:114
PHP 4. Illuminate\Foundation\Application->loadDeferredProviders() /Users/kevinpeters/Sites/famous-laravel-skeleton/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php:268
PHP 5. Illuminate\Foundation\Application->loadDeferredProvider() /Users/kevinpeters/Sites/famous-laravel-skeleton/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:639
PHP 6. Illuminate\Foundation\Application->registerDeferredProvider() /Users/kevinpeters/Sites/famous-laravel-skeleton/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:663
PHP 7. Illuminate\Foundation\Application->register() /Users/kevinpeters/Sites/famous-laravel-skeleton/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:683
PHP 8. Illuminate\Foundation\Application->bootProvider() /Users/kevinpeters/Sites/famous-laravel-skeleton/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:581
PHP 9. Illuminate\Container\Container->call() /Users/kevinpeters/Sites/famous-laravel-skeleton/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:769
PHP 10. call_user_func_array:{/Users/kevinpeters/Sites/famous-laravel-skeleton/vendor/laravel/framework/src/Illuminate/Container/Container.php:507}() /Users/kevinpeters/Sites/famous-laravel-skeleton/vendor/laravel/framework/src/Illuminate/Container/Container.php:507
PHP 11. UFirst\LangImportExport\LangImportExportServiceProvider->boot() /Users/kevinpeters/Sites/famous-laravel-skeleton/vendor/laravel/framework/src/Illuminate/Container/Container.php:507

@iainmullan
Copy link

I have the same issue - i'm fairly certain that line is not required. There's no example of it in the documentation - https://laravel.com/docs/5.3/providers#writing-service-providers

@highsolutions
Copy link

Hi,
we've forked this repo and created new version which:

  • works on Laravel 5.4
  • supports Excel format
  • allows for exporting/importing all files altogether
  • better and quicker syntax

If you're interested, check our repo: https://github.com/highsolutions/laravel-lang-import-export

@MarioPerini
Copy link

@highsolutions i would like to add an issue on your repo, but you don't have an issue tracker active.

@AidasK
Copy link

AidasK commented Sep 18, 2019

I have also forked this repo, you can find it here:
https://github.com/AidasK/laravel-lang-import-export

  • xls support
  • import export all + zip
  • html, placeholder, keys validation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants