Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intercept demo

This is a demo app for Intercept by PromptPHP.

Getting Started

Prerequisites

  • PHP 8.4+

Installation

  1. Clone the repository

    git clone https://github.com/promptphp/intercept-demo.git
    cd intercept-demo
  2. Install PHP dependencies

    composer install
  3. Install Node dependencies

    npm install
  4. Copy and configure environment

    cp .env.example .env
    # Edit .env as needed
  5. Generate app key

    php artisan key:generate
  6. Run migrations and seeders

    php artisan migrate --seed
  7. Build frontend assets for production

    npm run build
  8. Start development server

    npm run dev

Development

  • Run tests

    composer test

License

MIT


Authors


About

A Laravel demo app for the promptphp/intercept package, a modular, drop-in middleware collection for Laravel AI SDK agents.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Contributors

Languages