Skip to content

VadimsMalickis/php-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New PHP project template

Structure description:

  • 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

Installation

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.

About

template for php project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published