Releases: devoption/architect
Releases · devoption/architect
v0.1.0
Immutable
release. Only release title and notes can be modified.
v0.1.0 - Initial Release 🚀
Welcome to the first release of Architect! This marks the beginning of our journey to create an intelligent CLI for Laravel application and package development within the Nebula workbench.
What's Included
Core Components
- ArchitectServiceProvider - Auto-discovery of Architect within Laravel applications
- Architect CLI - Executable
architectcommand for seamless development workflows - Container Management - Intelligent container configuration for package-aware code generation
- Base Architecture - Foundation classes and utilities for extending Architect functionality
Initial Commands
- LinkCommand - Link packages and applications within the Nebula workbench
- NewAppCommand - Bootstrap new Laravel applications with proper Nebula integration
- SyncCommand - Synchronize package dependencies and configurations across the workbench
Framework Support
- Laravel 12 compatible (Illuminate components)
- PHP 8.2+ required
- Full Composer integration via PSR-4 autoloading
Getting Started
Install Architect via Composer:
composer require devoption/architectThen use the CLI:
php architect [command]