Skip to content

Commit 4238551

Browse files
committed
Merge branch 'main' into pr/596
2 parents 5966dc4 + babb1f0 commit 4238551

File tree

296 files changed

+3620
-3404
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

296 files changed

+3620
-3404
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Your bio should be written in Markdown here. In the future, we may introduce an
3636
- The `github_url` should be a link to your GitHub profile.
3737
- The `twitter_url` should be a link to your Twitter profile. It is optional.
3838
- The `mastodon_url` should be a link to your Mastodon profile. It is optional.
39-
- The `sponsors_url` should be a link to your sponsors page like GitHub sponsors. It is optional.
39+
- The `sponsor_url` should be a link to your sponsors page like GitHub sponsors. It is optional.
4040

4141
### Submitting a plugin
4242

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?php
2+
3+
namespace App\Http\Controllers\Api;
4+
5+
use App\Http\Controllers\Controller;
6+
use App\Models\Article;
7+
8+
class ArticleController extends Controller
9+
{
10+
public function index()
11+
{
12+
return Article::paginate();
13+
}
14+
15+
public function show(Article $article)
16+
{
17+
return $article->append('stars_count');
18+
}
19+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: AgenceTwogether
3+
slug: agence-twogether
4+
github_url: https://github.com/agencetwogether
5+
---
6+
7+
Web development agency based in France. The agency mainly deals with Saas software that helps manage churches

content/authors/apps-lanka.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Apps Lanka
3+
slug: apps-lanka
4+
github_url: https://github.com/appslanka
5+
twitter_url: https://twitter.com/apps_lanka
6+
---
7+
8+
# About Apps Lanka
9+
10+
At Apps Lanka, we are passionate about creating innovative, scalable, and efficient web and mobile solutions. We specialize in building high-quality software packages, tools, and platforms that help developers accelerate their projects. Our focus is on modern technologies such as Laravel, Flutter, and FilamentPHP, enabling us to craft seamless experiences for both developers and end users.
11+
12+
## Contributions
13+
14+
Our team actively contributes to the open-source community, particularly in the Laravel and FilamentPHP ecosystems. Explore our repositories to find tools, packages, and projects that simplify development processes.
15+
16+
### Featured Packages
17+
18+
- **[Laravel Bug Fix](https://github.com/appslanka/laravel-bug-fix)**: Laravel bug tracking for laravelbugfix.com
19+
20+
## Connect with Us
21+
22+
- Follow us on [GitHub](https://github.com/appslanka) to stay updated with our latest projects.
23+
- Join the conversation on [Twitter](https://twitter.com/apps_lanka) and share your feedback.
24+
25+
---
26+
27+
We’re committed to making development faster and more intuitive. Let’s build something amazing together!
35.3 KB
Loading
35.5 KB
Loading
207 KB
Loading
101 KB
Loading
1.54 MB
Loading
156 KB
Loading

0 commit comments

Comments
 (0)