- public/index.php (application entry point)
- put your PHP classes to src/ folder
- put your HTML templates to templates/ folder
- put css, js, img files to public/css/js/img/ folders
1. Use this repository as template for new PHP project:
git clone <your_repo_url>
2. Go to the project folder:
cd <project_folder>
3. Install the project dependencies:
composer install
4. Start the PHP development server:
composer serve
That's it! Now go build something cool.