Community
Contributing
How to contribute to Filament Blog.
Contributions are welcome! Here's how to get started:
- Fork the repository
- Create a feature branch (
feat/my-feature) - Make your changes
- Run tests and static analysis
- Submit a pull request
Development Setup
Terminal
git clone git@github.com:ManukMinasyan/filament-blog.git
cd filament-blog
composer install
Code Style
Follow PSR-12 and Laravel conventions. All files must have declare(strict_types=1).