-
Notifications
You must be signed in to change notification settings - Fork 40
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
Comments
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 |
Hi,
If you're interested, check our repo: https://github.com/highsolutions/laravel-lang-import-export |
@highsolutions i would like to add an issue on your repo, but you don't have an issue tracker active. |
I have also forked this repo, you can find it here:
|
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
The text was updated successfully, but these errors were encountered: