schickling / laravel-backup

Backup and restore database support for Laravel 4 applications
MIT License
351 stars 51 forks source link

4.2 support #40

Open renege opened 10 years ago

renege commented 10 years ago

L4.2 not supported.

mferrara commented 10 years ago

Seems to work fine for me on 4.2

yadakhov commented 10 years ago

Works for me as well on 4.2.

carcinocron commented 9 years ago

L4.2 not supported.

Could you be less ambiguous, such as providing the exact message that leads you to believe this? I got this message:

$ php artisan config:publish schickling/backup

PHP Fatal error:  Cannot call abstract method Illuminate\Support\ServiceProvider::register() in /home/michael/www/sae/vendor/pragmarx/sqli/src/Vendor/Laravel/ServiceProvider.php on line 92
PHP Stack trace:
PHP   1. {main}() /home/michael/www/sae/artisan:0
PHP   2. require_once() /home/michael/www/sae/artisan:30
PHP   3. require() /home/michael/www/sae/bootstrap/start.php:95
PHP   4. Illuminate\Foundation\ProviderRepository->load() /home/michael/www/sae/vendor/laravel/framework/src/Illuminate/Foundation/start.php:210
PHP   5. Illuminate\Foundation\Application->register() /home/michael/www/sae/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php:81
PHP   6. PragmaRX\SqlI\Vendor\Laravel\ServiceProvider->register() /home/michael/www/sae/vendor/laravel/framework/src/Illuminate/Foundation/Application.php:317
{"error":{"type":"Symfony\\Component\\Debug\\Exception\\FatalErrorException","message":"Cannot call abstract method Illuminate\\Support\\ServiceProvider::register()","file":"\/home\/michael\/www\/sae\/vendor\/pragmarx\/sqli\/src\/Vendor\/Laravel\/ServiceProvider.php","line":92}}