Skip to content

Commit 984dfbe

Browse files
authored
Update README.md
1 parent 586ab48 commit 984dfbe

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
1-
<p align="center"><img src="/art/socialcard.png" alt="Social Card of Laravel Activity Log"></p>
2-
3-
# A modern backup solution for Laravel apps
4-
1+
<div align="left">
2+
<a href="https://spatie.be/open-source?utm_source=github&utm_medium=banner&utm_campaign=laravel-backup">
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="https://spatie.be/packages/header/laravel-backup/html/dark.webp">
5+
<img alt="Logo for Laravel Backup" src=" https://spatie.be/packages/header/laravel-backup/html/light.webp" height="190">
6+
</picture>
7+
</a>
8+
9+
<h1>A modern backup solution for Laravel apps</h1>
10+
511
[![Latest Stable Version](https://poser.pugx.org/spatie/laravel-backup/v/stable?format=flat-square)](https://packagist.org/packages/spatie/laravel-backup)
612
[![MIT Licensed](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
713
![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/spatie/laravel-backup/run-tests.yml?branch=main&label=Tests)
814
[![Quality Score](https://img.shields.io/scrutinizer/g/spatie/laravel-backup.svg?style=flat-square)](https://scrutinizer-ci.com/g/spatie/laravel-backup)
915
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-backup.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-backup)
16+
17+
</div>
1018

1119
This Laravel package [creates a backup of your application](https://spatie.be/docs/laravel-backup/v8/taking-backups/overview). The backup is a zip file that contains all files in the directories you specify along with a dump of your database. The backup can be stored on [any of the filesystems you have configured in Laravel](https://laravel.com/docs/filesystem).
1220

@@ -73,7 +81,7 @@ We publish all received postcards [on our company website](https://spatie.be/ope
7381
- [Freek Van der Herten](https://github.com/freekmurze)
7482
- [All Contributors](../../contributors)
7583

76-
And a special thanks to [Caneco](https://twitter.com/caneco) for the logo ✨
84+
Special thanks to [Caneco](https://twitter.com/caneco) for the original logo.
7785

7886
## License
7987

0 commit comments

Comments
 (0)