mirror of
https://github.com/ambieco/laravel-lift.git
synced 2026-05-01 05:12:43 +08:00
Add docs link
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="#documentation">Documentation</a> |
|
||||
<a href="#installation">Installation</a> |
|
||||
<a href="#trait">Trait</a> |
|
||||
<a href="#attributes">Attributes</a> |
|
||||
@@ -27,6 +28,9 @@
|
||||
> **Currently, this package relies heavily on Eloquent Events to work properly, so when dealing with code that does not fire**
|
||||
> **these events, it could have unexpected issues. If you find any issues, create an issue and/or submit a PR for it.**
|
||||
|
||||
## Documentation
|
||||
[![Docs Button]][Docs Link]
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
@@ -326,3 +330,7 @@ $productRules = Product::validationMessages();
|
||||
## Contributing
|
||||
|
||||
Check the **[Contributing Guide](CONTRIBUTING.md)**.
|
||||
|
||||
<!---------------------------------------------------------------------------->
|
||||
[Docs Button]: https://img.shields.io/badge/Documentation-40CA00?style=for-the-badge&logoColor=white&logo=GitBook
|
||||
[Docs Link]: https://wendell-adriel.gitbook.io/laravel-lift/
|
||||
|
||||
Reference in New Issue
Block a user