Laravel building blocks
Explore the modules
Choose a module to learn how AppyHP maps Laravel architecture to real project files.
01RoutesWeb, API, console and channel entry points.
02ControllersCoordinate requests and actions.
03RequestsDescribe validation and input.
04ResourcesShape API responses.
05ModelsDefine data and relationships.
06Tables and migrationsPlan database structure.
07Services and jobsModel application operations.
08Pages and viewsConnect backend logic to UI.Guides coming soon
Documentation / 01
Install once. Start mapping.
AppyHP is a Laravel package for visually describing application architecture and turning that description into working source files.
Install with Composer
composer require alliswell/appyhp
Enable the development studio when you are working locally:
APPY_MODE=dev
Then visit /appyhp/studio in your Laravel application.
Runtime context
AppyHP creates its ignored .appyhp folder inside the library when it first needs to store workflows, setup preferences, AI settings, file notes or sessions. A fresh Composer install starts without your personal context.
For a host-specific runtime location, set APPYHP_RUNTIME_PATH to an ignored absolute path.
First session
- Open Studio and choose a workflow.
- Drag a module from the palette onto the canvas.
- Open the module editor and set its folder, filename and prompt.
- Click Save, or enable Auto-save.