Download the PHP package jeffersongoncalves/commercekitv4 without Composer

On this page you can find all versions of the php package jeffersongoncalves/commercekitv4. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package commercekitv4

![CommerceKit v4](https://raw.githubusercontent.com/jeffersongoncalves/commercekitv4/main/art/jeffersongoncalves-commercekitv4.png)

CommerceKit v4

A headless-commerce back office, ready to run — a Laravel 13 + Filament v4 starter application with a multi-panel, multi-guard architecture and the entire jeffersongoncalves/filament-commerce ecosystem wired into its admin panel.

CommerceKit v4 follows the FilaKit multi-panel pattern: three Filament panels backed by two authentication guards. The umbrella jeffersongoncalves/filament-commerce plugin registers all commerce modules on the admin panel, and a demo seeder lays down a coherent starting dataset so you can log in and explore a working store back office in minutes.

Architecture

Panels

Panel Path Guard Provider Purpose
Admin /admin admin admins Management back office — the full commerce suite plus Admin/User management
App /app web users End-user self-service — dashboard and profile
Guest / (public) Public landing pages

Guards

Two session guards are configured in config/auth.php:

Each guard has its own password-reset broker.

Features

Requirements

Installation

The commerce module migrations are publish-only — publish each module's migrations into database/migrations, then migrate. A convenience composer script publishes them all at once:

Demo logins

Panel URL Email Password
Admin http://localhost:8000/admin [email protected] password
App http://localhost:8000/app [email protected] password

The Guest panel is served at http://localhost:8000/.

What's included on the admin panel

The umbrella plugin registers the commerce suite across these modules:

Module Covers
Product Products, variants, options, categories, collections, tags, types, images
Pricing Price lists, price sets and rules
Inventory Inventory items, levels and reservations
Customer Customers, groups and addresses
Cart Carts, line items, shipping methods
Order Orders, fulfillments, returns, exchanges, claims and edits
Payment Payment collections, sessions, captures and refunds
Fulfillment Shipping options, fulfillment sets, service zones
Tax Tax regions, rates and providers
Promotion Campaigns, rules and application methods
Region Regions and countries
Sales Channel Sales channels
Stock Location Stock locations
Store / Currency Store settings and currencies
Loyalty / Store Credit Loyalty and store-credit balances
Translation Content translations
Users / API Keys / Auth Commerce users, publishable/secret API keys and auth identities

Each module can be toggled via the plugin's exceptModules() / modules() methods — see the jeffersongoncalves/filament-commerce documentation.

Credits

License

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


All versions of commercekitv4 with dependencies

PHP Build Version
Package Version
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package jeffersongoncalves/commercekitv4 contains the following files

Loading the files please wait ...