Skip to content

Commit 7fec474

Browse files
committed
Readme
1 parent 436c68f commit 7fec474

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Fast Paginate for Laravel
22

3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/aaronfrancis/fast-paginate)](https://packagist.org/packages/aaronfrancis/fast-paginate)
4+
[![Total Downloads](https://img.shields.io/packagist/dt/aaronfrancis/fast-paginate)](https://packagist.org/packages/aaronfrancis/fast-paginate)
5+
[![License](https://img.shields.io/packagist/l/aaronfrancis/fast-paginate)](https://packagist.org/packages/aaronfrancis/fast-paginate)
6+
37
## About
48

59
This is a fast `limit`/`offset` pagination macro for Laravel. It can be used in place of the standard `paginate` methods.
@@ -35,7 +39,7 @@ This package supports Laravel 8, 9, 10, and 11. (Laravel 8 must be 8.37 or highe
3539
To install, require the package via composer:
3640

3741
```
38-
composer require hammerstone/fast-paginate
42+
composer require aaronfrancis/fast-paginate
3943
```
4044

4145
There is nothing further you need to do. The service provider will be loaded automatically by Laravel.
@@ -61,3 +65,27 @@ Some community results so far:
6165
* [1.1 seconds --> 0.1 seconds](https://twitter.com/max_eckel/status/1483852300414337032)
6266
* [20 seconds --> 2 seconds](https://twitter.com/1ralphmorris/status/1484242437618941957)
6367
* [2 seconds --> .2 seconds](https://twitter.com/julioelpoeta/status/1549524738980077568)
68+
69+
## License
70+
71+
The MIT License (MIT).
72+
73+
## Support
74+
75+
This is free! If you want to support me:
76+
77+
- Sponsor my open source work: [aaronfrancis.com/backstage](https://aaronfrancis.com/backstage)
78+
- Check out my courses:
79+
- [Mastering Postgres](https://masteringpostgres.com)
80+
- [High Performance SQLite](https://highperformancesqlite.com)
81+
- [Screencasting](https://screencasting.com)
82+
- Help spread the word about things I make
83+
84+
## Credits
85+
86+
Solo was developed by Aaron Francis. If you like it, please let me know!
87+
88+
- Twitter: https://twitter.com/aarondfrancis
89+
- Website: https://aaronfrancis.com
90+
- YouTube: https://youtube.com/@aarondfrancis
91+
- GitHub: https://github.com/aarondfrancis/solo

0 commit comments

Comments
 (0)