backtheweb / mars
A set of laravel utils to make your life easier
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
Type:package
pkg:composer/backtheweb/mars
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-10-01 00:10:11 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