|
3 | 3 | <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> |
4 | 4 | <p> |
5 | 5 |
|
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 | | - |
10 | 6 | <p align="center"> |
11 | 7 | <br> |
12 | 8 | <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 | 14 | <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> |
19 | 15 | <a href="LICENSE.md" title="Software License"><img src="https://img.shields.io/github/license/laravel-backpack/crud?style=flat-square"></a> |
20 | 16 | <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> |
31 | 21 | </p> |
32 | 22 |
|
33 | 23 |
|
@@ -55,11 +45,23 @@ Quickly build an admin interface for your Eloquent models. Then customize every |
55 | 45 |
|
56 | 46 | 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. |
57 | 47 |
|
58 | | -## Screenshots |
| 48 | +## Links |
| 49 | + |
| 50 | +<p align="left"> |
| 51 | + <a href="https://backpackforlaravel.com/">Website</a> • |
| 52 | + <a href="https://backpackforlaravel.com/docs/">Documentation</a> • |
| 53 | + <a href="https://backpackforlaravel.com/addons">Add-ons</a> • |
| 54 | + <a href="https://backpackforlaravel.com/pricing">Pricing</a> • |
| 55 | + <a href="https://backpackforlaravel.com/need-freelancer-or-development-team">Services</a> • |
| 56 | + <a href="https://stackoverflow.com/questions/tagged/backpack-for-laravel">Stack Overflow</a> • |
| 57 | + <a href="https://www.reddit.com/r/BackpackForLaravel/">Reddit</a> • |
| 58 | + <a href="https://backpackforlaravel.com/articles">Blog</a> • |
| 59 | + <a href="https://backpackforlaravel.com/newsletter">Newsletter</a> |
| 60 | +</p> |
59 | 61 |
|
60 | | - |
| 62 | +## Demo |
61 | 63 |
|
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). |
63 | 65 |
|
64 | 66 | ## Getting started |
65 | 67 |
|
|
0 commit comments