REST API backend for HeapAdmin — built with Laravel 12, Sanctum authentication, and RESTful architecture.
→ Get the full source code (Frontend + Backend) on Gumroad
- Laravel 12 / PHP 8.2+
- Laravel Sanctum (authentication)
- RESTful API
- SQLite / MySQL / PostgreSQL
git clone https://github.com/Peter29-heap/heapadmin-api
cd heapadmin-api
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan serve