Skip to content

Commit 3965aa2

Browse files
authored
Update README.md
1 parent aa73ed4 commit 3965aa2

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

README.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
<a href="https://backpackforlaravel.com" title="Backpack Logo"><img src="https://backpackforlaravel.com/presentation/img/backpack/logos/backpack_logo_color.png?v=2" style="max-width: 600px"></a>
44
<p>
55

6-
<p align="center">
7-
<a href="https://backpackforlaravel.com/" title="Backpack Screenshots Spread"><img src="https://backpackforlaravel.com/presentation/img/backpack/backpack_hero_screenshots.png"></a>
8-
</p>
9-
106
<p align="center">
117
<br>
128
<a href="https://packagist.org/packages/backpack/crud" title="Latest Version on Packagist"><img src="https://img.shields.io/packagist/v/backpack/crud.svg?style=flat-square"></a>
@@ -18,16 +14,10 @@
1814
<a href="https://scrutinizer-ci.com/g/laravel-backpack/crud/code-structure" title="Coverage Status"><img src="https://img.shields.io/scrutinizer/coverage/g/laravel-backpack/crud.svg?style=flat-square"></a>
1915
<a href="LICENSE.md" title="Software License"><img src="https://img.shields.io/github/license/laravel-backpack/crud?style=flat-square"></a>
2016
<a href="https://github.com/the-whole-fruit/manifesto"><img src="https://img.shields.io/badge/writing%20standard-the%20whole%20fruit-brightgreen?style=flat-square" title="We believe writing good code is not only about writing good code. It’s also about the words around it. We aims to deliver both: code and words."></a>
21-
<br><br>
22-
<a href="https://backpackforlaravel.com/">Website</a> |
23-
<a href="https://backpackforlaravel.com/docs/">Documentation</a> |
24-
<a href="https://backpackforlaravel.com/addons">Add-ons</a> |
25-
<a href="https://backpackforlaravel.com/pricing">Pricing</a> |
26-
<a href="https://backpackforlaravel.com/need-freelancer-or-development-team">Services</a> |
27-
<a href="https://stackoverflow.com/questions/tagged/backpack-for-laravel">Stack Overflow</a> |
28-
<a href="https://www.reddit.com/r/BackpackForLaravel/">Reddit</a> |
29-
<a href="https://backpackforlaravel.com/articles">Blog</a> |
30-
<a href="https://backpackforlaravel.com/newsletter">Newsletter</a>
17+
</p>
18+
19+
<p align="center">
20+
<a href="https://backpackforlaravel.com/" title="Backpack Screenshots Spread"><img src="https://user-images.githubusercontent.com/1032474/86720524-c5a1d480-c02d-11ea-87ed-d03b0197eb25.gif"></a>
3121
</p>
3222

3323

@@ -55,11 +45,23 @@ Quickly build an admin interface for your Eloquent models. Then customize every
5545
5646
But professionals don't love Backpack just because it's feature-packed. They also love it because it's ridiculously easy to override a functionality. Generally, you just need to create a function with the right name or create a blade file with the right name. Yes, it can be _that_ easy. See why thousands of Laravel professionals have been using Backpack, every day, since 2016.
5747

58-
## Screenshots
48+
## Links
49+
50+
<p align="left">
51+
<a href="https://backpackforlaravel.com/">Website</a> &nbsp; • &nbsp;
52+
<a href="https://backpackforlaravel.com/docs/">Documentation</a> &nbsp; • &nbsp;
53+
<a href="https://backpackforlaravel.com/addons">Add-ons</a> &nbsp; • &nbsp;
54+
<a href="https://backpackforlaravel.com/pricing">Pricing</a> &nbsp; • &nbsp;
55+
<a href="https://backpackforlaravel.com/need-freelancer-or-development-team">Services</a> &nbsp; • &nbsp;
56+
<a href="https://stackoverflow.com/questions/tagged/backpack-for-laravel">Stack Overflow</a> &nbsp; • &nbsp;
57+
<a href="https://www.reddit.com/r/BackpackForLaravel/">Reddit</a> &nbsp; • &nbsp;
58+
<a href="https://backpackforlaravel.com/articles">Blog</a> &nbsp; • &nbsp;
59+
<a href="https://backpackforlaravel.com/newsletter">Newsletter</a>
60+
</p>
5961

60-
![https://user-images.githubusercontent.com/1032474/86720524-c5a1d480-c02d-11ea-87ed-d03b0197eb25.gif](https://user-images.githubusercontent.com/1032474/86720524-c5a1d480-c02d-11ea-87ed-d03b0197eb25.gif)
62+
## Demo
6163

62-
The GIF above should give you with a good idea about what Backpack will help you build. But you can also see it in action in our [live demo](https://demo.backpackforlaravel.com/admin), to get a deeper understanding of how Backpack admin panels look & feel and the amount of features it provides.
64+
Please see [demo.backpackforlaravel.com](https://demo.backpackforlaravel.com/admin).
6365

6466
## Getting started
6567

0 commit comments

Comments
 (0)