Skip to content

npcorenet/skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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