hans-thomas / valravn
valravn is a set of predefined classes for laravel.
v2.1.0
2025-01-08 11:02 UTC
Requires
- php: ^8.1
- laravel/framework: ^10|^11
- mavinoo/laravel-batch: ^2.3
Requires (Dev)
- nunomaduro/collision: ^7|^8
- orchestra/testbench: ^8|^9
- phpstan/phpstan: ^2.1
This package is auto-updated.
Last update: 2025-01-14 07:01:42 UTC
README
What is it
Valravn is a set of predefined and feature-rich classes on top of laravel that brings many features to your app. The classes are very open to overrides and developments. so feel free to override or create and use classes on top of valravn classes.
Installation
To add Valravn
package to your project, you can install it using Composer.
composer require hans-thomas/valravn
Then, install Valravn resources using this command.
php artisan valravn:install
That's it.
Tests
To start testing run below commands step by step:
> docker compose up -d > docker compose exec app bash > composer install > composer run-script test
Contributing
- Fork it!
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request ❤️