rjvim/spacecharge

A Price configuration package for Entities in your Laravel App

Maintainers

Package info

github.com/rjvim/spacecharge

pkg:composer/rjvim/spacecharge

Statistics

Installs: 308

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2019-08-10 13:06 UTC

This package is auto-updated.

Last update: 2026-03-11 03:48:46 UTC


README

You can install the package via composer:

composer require rjvim/spacecharge

The package will automatically register itself.

You can publish the migration with:

php artisan vendor:publish --provider="Betalectic\SpaceCharge\SpaceChargeServiceProvider" --tag="migrations"
php artisan migrate

You can optionally publish the config file with:

php artisan vendor:publish --provider="Betalectic\SpaceCharge\SpaceChargeServiceProvider" --tag="config"

Documentation

  • Register all permissions
  • Build Strategy : Register/De-Register all entities
  • Build Stragtegy to Set Parents of Entities

License

The MIT License (MIT). Please see License File for more information.