This is the basic project setup for our new Projects, which includes the most basic stuff for PHP Webapp Development.
- PHP 8.1 or higher
- MySQL/MariaDB Database
- Composer
- Shell Access for Console
- Run the Command
composer create-project npcorenet/skeleton <Project Name>
- Navigate to the subdirectory created
- Copy the
.env.example
file and rename it to.env
- Adjust the Data in the
.env
- Your new Project is now ready to work on