Flexible Accounts
Connect Laravel users to GhostGrid accounts and create any reseller/client hierarchy your app needs.
GhostCompiler GhostGrid v1.0.0
Build hosting, license, SaaS, and server reseller systems with flexible accounts, hierarchical pricelists, storefront products, order snapshots, and dynamic provider provisioning.
composer require ghostcompiler/ghostgrid
php artisan gg:init
php artisan migrate
$priceLists = ghostgrid()->priceLists();
Connect Laravel users to GhostGrid accounts and create any reseller/client hierarchy your app needs.
Create draft pricelists, assign them later, clone parent pricing, and enforce minimum selling rules.
Expose frontend-friendly products with custom names, features, visible prices, old prices, and badges.
Provider adapters define their own capabilities and execute actions without core package changes.
Mental model
GhostGrid keeps your Laravel users separate from commerce accounts. That makes teams, companies, nested resellers, and client accounts much easier to model.