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. Install via Composer or clone the repository.
composer create-project epolabs/boundly my-project cd my-project
git clone https://github.com/EpOpenLabs/BOUNDLY.git my-project cd my-project
composer install
cp .env.example .env php artisan key:generate
Edit .env:
.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 🏛️