Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

27 lines (24 loc) · 1.12 KB

Skeleton

This is the basic project setup for our new Projects, which includes the most basic stuff for PHP Webapp Development.

Requirements

  • PHP 8.3 or higher
  • MySQL/MariaDB Database
  • Composer
  • Shell Access for Console

Setup

  1. Run the Command composer create-project npcorenet/skeleton <Project Name>
  2. Navigate to the subdirectory created
  3. Copy the .env.example file and rename it to .env
  4. Adjust the Data in the .env
  5. Your new Project is now ready to work on

Libraries used