Getting started
What is it
Valravn is a set of predefined and feature reach classes on top of the 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 register more subclasses.
Installation
To add Valravn
package to your project, you can install it using Composer.
1composer require hans-thomas/valravn
Then, install Valravn resources using this command.
1php artisan valravn:install
That's it.
Tests
To start testing clone the repository and then run below commands step by step:
1> docker compose up -d
2> docker compose exec app bash
3> composer install
4> 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 ❤️
Support
Let's build something amazing.