Skip to content

Commit

Permalink
Merge pull request #357 from alies-dev/maintainers
Browse files Browse the repository at this point in the history
Display "The package is seeking maintainers" message
  • Loading branch information
alies-dev authored Nov 10, 2023
2 parents f189d21 + 4d38bd4 commit 65d867c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Psalm plugin for Laravel

## The package is seeking maintainers

⚠️ This is a perfect opportunity to learn Laravel very deep and collaborate with other high-skilled developers.
At this moment, the package is maintained almost solely by [@alies-dev](https://github.com/sponsors/alies-dev), and he is looking for developers to build a team
who can constantly improve this package and the whole Psalm ecosystem.

Some ideas to implement:
- [ ] Add support for Laravel 11 (easy)
- [ ] Fully support custom Model Query Builders (medium)
- [ ] Add an option to rely on Model `@property` declarations only
- [ ] Get rid of `barryvdh/laravel-ide-helper` dependency and be more accurate with attribute types
- [ ] Support .sql files for migrations (to find information about attributes and their types)

________


[![Packagist version](https://img.shields.io/packagist/v/psalm/plugin-laravel.svg)](https://packagist.org/packages/psalm/plugin-laravel)
[![Packagist downloads](https://img.shields.io/packagist/dt/psalm/plugin-laravel.svg)](https://packagist.org/packages/psalm/plugin-laravel)
[![Type coverage](https://shepherd.dev/github/psalm/psalm-plugin-laravel/coverage.svg)](https://shepherd.dev/github/psalm/psalm-plugin-laravel)
Expand Down

0 comments on commit 65d867c

Please sign in to comment.