arefshojaei / delta-boilerplate
Delta Boilerplate
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/arefshojaei/delta-boilerplate
Requires
- arefshojaei/delta: dev-main
- arefshojaei/php-x: ^1.6
- doctrine/annotations: ^2.0
- fakerphp/faker: ^1.24
- illuminate/database: ^10.38
- zircote/swagger-php: ^5.7
This package is auto-updated.
Last update: 2025-11-20 19:17:09 UTC
README
A PHP framework for building efficient and scalable server-side applications.
Description
Here is a example of Delta boilerplate project that you can develop your Application with PHP 🔥
Installation
Using Composer
composer create-project arefshojaei/delta-boilerplate Delta-app
Or Using Git
git clone https://github.com/ArefShojaei/Delta-boilerplate.git
How to run the Project?
STEP 1
cd Delta-app
STEP 2
php bin/console serve
STEP 3 - Open the browser with navigate to:
http://localhost:8000/ OR http://127.0.0.1/
Swagger UI
https://localhost:8000/api/docs OR https://127.0.0.1:8000/api/docs
