backtheweb / mars
A set of laravel utils to make your life easier
dev-main
2023-06-03 20:17 UTC
Requires
- php: ^8.2
- doctrine/dbal: ^3.6
- laravel/framework: ^10.0
- spatie/db-dumper: ^3.3
Requires (Dev)
- orchestra/testbench: ^8.0
- phpunit/phpunit: ^10.1
This package is auto-updated.
Last update: 2025-03-31 22:16:05 UTC
README
Installation
Install the package via composer:
$ composer require backtheweb/mars:dev-main
Publish the config file:
$ php artisan vendor:publish --provider="Backtheweb\Mars\MarsServiceProvider" --tag="config"
To start developing, run composer install on the package
$ cd {{ path }}
$ composer install
Run tests
$ ./vendor/bin/phpunit