namePlayer / web-toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skeleton

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

Requirements

  • PHP 8.1 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

About

License:GNU Affero General Public License v3.0


Languages

Language:PHP 100.0%