macropay-solutions/maravel-framework-dev

Development library for maravel-framework

Installs: 17

Dependents: 3

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/macropay-solutions/maravel-framework-dev

1.0.8 2025-12-10 19:57 UTC

This package is not auto-updated.

Last update: 2025-12-12 20:29:57 UTC


README

Total Downloads Latest Stable Version License

Development Library for Maravel-Framework ^10.55.0

Installation

1. Run composer command:

composer require macropay-solutions/maravel-framework-dev --dev

2. Register the provider in Maravel in bootstrap/app.php

if (\env('APP_ENV') === 'local') {
    $app->register(\MacropaySolutions\MaravelFrameworkDev\ServiceProvider::class);
}

Usage

php artisan ...

Analog with the commands from maravel-framework/laravel 10

License

This package is licensed under the license MIT.