A set of laravel utils to make your life easier

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:package

dev-main 2023-06-03 20:17 UTC

This package is auto-updated.

Last update: 2024-04-03 20:07:34 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