Skip to content

Commit a226a7b

Browse files
committed
fix: readme
1 parent 91a688c commit a226a7b

File tree

4 files changed

+55
-10
lines changed

4 files changed

+55
-10
lines changed

.github/workflows/psalm.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Psalm
22

33
on:
4-
push:
5-
paths:
6-
- '**.php'
7-
- 'psalm.xml.dist'
4+
workflow_dispatch:
85

96
jobs:
107
psalm:

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@
1010
The first fully customizable Laravel [JSON:API](https://jsonapi.org) builder. "CRUD" and protect your resources with 0 (zero) extra line of code.
1111

1212
<div>
13-
<a href="https://supportukrainenow.org">
14-
<img alt="Support Ukraine" src="https://github-ads.s3-eu-central-1.amazonaws.com/support-ukraine-spatie-be.svg">
13+
<a href="https://restifypackages.com">
14+
<img alt="Save weeks of API development" src="/docs-v2/static/starter-kit.png">
1515
</a>
1616
</div>
1717

18+
## ⚡ Laravel Restify Templates - Save Weeks of Development
19+
20+
Looking to 10x your API development speed? Check out our production-ready API templates at [RestifyPackages.com](https://restifypackages.com). Get complete authentication, roles & permissions, team management, and more - all built on Laravel Restify. Zero configuration needed. Deploy in minutes instead of weeks.
21+
1822
## Installation
1923

2024
You can install the package via composer:

docs-v2/content/en/index.md

Lines changed: 48 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ This documentation is for the latest version of Laravel Restify. Please ensure y
1515

1616
</alert>
1717

18+
<alert type="info">
19+
20+
🚀 **Ready-Made API Starter Kits Available!** - Looking to build production-ready APIs in minutes instead of weeks? Check out our complete API templates at [RestifyPackages.com](https://restifypackages.com). Get authentication, roles & permissions, team management, and more - all pre-built and ready to deploy. **Early adopters get free templates!**
21+
22+
</alert>
23+
1824
## Features
1925

2026
<list :items="[
@@ -28,7 +34,49 @@ This documentation is for the latest version of Laravel Restify. Please ensure y
2834
]">
2935
</list>
3036

37+
## Accelerate Your Development
38+
39+
Want to skip the boilerplate and launch faster? Our Restify Templates come with everything you need:
40+
41+
::card-group
42+
::card
43+
---
44+
title: 🔐 Complete Authentication
45+
icon: i-heroicons-shield-check
46+
---
47+
Registration, login, password reset, email verification - all ready to go
48+
::
49+
::card
50+
---
51+
title: 👥 Teams & Permissions
52+
icon: i-heroicons-users
53+
---
54+
Spatie's permissions package integrated with team management
55+
::
56+
::card
57+
---
58+
title: ✉️ Invitations System
59+
icon: i-heroicons-envelope
60+
---
61+
Complete invitation workflow with approval system for platform onboarding
62+
::
63+
::card
64+
---
65+
title: ⚡ Deploy in Minutes
66+
icon: i-heroicons-bolt
67+
---
68+
Production-tested code with zero configuration needed
69+
::
70+
::card
71+
---
72+
title: 📦 Postman Collection
73+
icon: i-heroicons-rectangle-stack
74+
---
75+
Test all endpoints instantly with our pre-configured collection
76+
::
77+
::
3178

79+
:button-link[Get Started with Templates]{icon="i-heroicons-arrow-right" trailing to="https://restifypackages.com" target="_blank"}
3280

3381
## Playground
3482

@@ -40,7 +88,3 @@ You can find the [full course here](https://www.binarcode.com/learn/restify) wit
4088

4189
<iframe src="https://player.vimeo.com/video/501764861" width="640" height="480">
4290
</iframe>
43-
44-
45-
46-

docs-v2/static/starter-kit.png

1.39 MB
Loading

0 commit comments

Comments
 (0)