backup-manager / laravel

Driver to seamlessly integrate the Backup Manager into Laravel applications.
MIT License
655 stars 149 forks source link

Laravel 8 Support and Beyond #130

Open nafiesl opened 4 years ago

nafiesl commented 4 years ago

In this PR, we are adding support for laravel 8.x and beyond. It will work on the upcoming laravel major release as well.

This PR tested on laravel 8 on this project https://github.com/nafiesl/silsilah/pull/61 (installed successfully, doing backup and restore in MySQL).

nafiesl commented 4 years ago

Hi @ShawnMcCool, would you mind to review this PR?

Thanks.