Download the PHP package bringyourownideas/laravel-backblaze without Composer
On this page you can find all versions of the php package bringyourownideas/laravel-backblaze. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bringyourownideas/laravel-backblaze
More information about bringyourownideas/laravel-backblaze
Files in bringyourownideas/laravel-backblaze
Package laravel-backblaze
Short Description Backblaze B2 Cloud Storage for Laravel 5. Original by Paul Olthof (@hpolthof) continued by @bringyourownideas
License MIT
Homepage https://bringyourownideas.com/blog/backing-up-your-laravel-project-to-backblaze-b2/
Informations about the package laravel-backblaze
B2-Backblaze Storage Adapter for Laravel 5+
Backblaze B2 is a cloud storage system comparable to Amazons S3. This adapter allows you to use B2 within Laravel 5+ applications. Tested are Laravel 5, 6, 7, and 8.
At bring your own ideas Ltd. it is used in combination with spatie's Laravel backup to backup our Laravel projects.
The code is based on Paul Olthofs unmaintained repo and addresses mostly bugs at this point.
Use B2 via S3 instead!
As B2 has an S3-compatible interface it's recommended to use this instead. See https://github.com/bringyourownideas/laravel-backblaze/issues/6#issuecomment-769718518 for more details. It's unlikely this package will be maintained further and migrating is recommended.
Step by Step Guide
On our company website we have released a detailed step by step guide to back up your Laravel projects to Backblaze. Feel free to reach out if you find any mistakes or have trouble implementing the steps.
Installation
Via Composer
In your app.php config file add to the list of service providers:
Add the following to your filesystems.php config file in the section:
Now just paste in your credentials and bucketname and you're ready to go!
Usage
Just use it as you normally would use the Storage facade.
and
Credits
License
MIT, as the original repository.