We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BOUNDLY is designed for modern PHP development. For now, it is available as a skeletal project for your domain-led APIs.
git clone https://github.com/EpOpenLabs/BOUNDLY.git my-project cd my-project
composer install
cp .env.example .env php artisan key:generate
Open your .env and set your connection.
.env
DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_DATABASE=boundly_app DB_USERNAME=root DB_PASSWORD=secret
php artisan core:watch
Wait for the scan to finish and your API will be live! ✨
php
artisan core
Infrastructure/
Next Step: Architecture 🏛️