- File:
CLAUDE.mdTool: claude-code# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## Project Overview
Bagisto 2.4.x - open-source Laravel 12 e-commerce platform. PHP 8.3+, Vue.js 3, Tailwind CSS 3, Vite 5.
## Common Commands
### Development
```bash
composer install # Install PHP dependencies
php artisan bagisto:install # Full installation (migrations, seeders, assets)
php artisan serve # Start PHP dev server
php artisan optimize:clear
- File:
AGENTS.mdTool: agents-md# AGENTS.md — Cross-Agent Instructions for Bagisto 2.4.x
## Do Not Edit
- `vendor/`, `node_modules/`, `composer.lock`, `package-lock.json`
- `public/themes/*/build/` — Vite build output
- `storage/` — runtime caches, logs, compiled views
- `*.hot` files — Vite HMR markers
- `packages/Webkul/*/src/Resources/assets/` — only edit if working on frontend; always run `npm run build` from the respective package directory after
## Repository Map
```
├── app/ # Thin Laravel
- File:
.github/copilot-instructions.mdTool: github-copilot# Bagisto Development Guide
## Project Overview
This is a **Bagisto** e-commerce platform - an open-source Laravel-based e-commerce framework. Bagisto is built with:
- **PHP** (Server-side)
- **Laravel** (PHP Framework)
- **Vue.js** (Frontend components)
- **Tailwind CSS** (Styling)
## Architecture
### Modular Package Structure
Bagisto follows a modular, package-based architecture. All core features are organized into Laravel packages located in `packages/Webkul/`.
### Available Packages
- `Admin` -