The example code for AI Material.
-
Copy environment configuration
cp .env.example .env
-
Start Docker containers
docker compose up
-
PHP env install
/bin/bash -c "$(curl -fsSL https://php.new/install/mac/8.4)" -
Run database migrations
php artisan migrate
-
Start development server
composer run dev
-
Open browser and visit
http://127.0.0.1:8000/todo
- Backend: Laravel 12 (PHP)
- Database: MySQL
- Containerization: Docker
- Frontend: Blade templating engine
- PHP 8.3+
- Composer
- Docker & Docker Compose