So you’re a Laravel developer and of course you are using Forge to manage your servers. You enjoy how simple Forge makes it to deploy your applications but you may notice a few seconds of downtime when your app is updating packages etc. To solve this you could use Envoyer, from Taylor Otwell or hack together you own solution. Read More
Tag: Laravel
Backup your Laravel 5 App to Dropbox
Want a free way to backup your laravel app and database to dropbox? This guide should help!
Packages used
- spatie/laravel-backup – Backups your filesystem and database to any Laravel file system
- thephpleague/flysystem-dropbox – Adds dropbox as a laravel file system