npcorenet/skeleton

There is no license information available for the latest version (v0.2.0) of this package.

The npcorenet Project skeleton

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:template

v0.2.0 2024-04-04 18:42 UTC

This package is not auto-updated.

Last update: 2024-04-24 06:45:59 UTC


README

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