npcorenet / skeleton
The npcorenet Project skeleton
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:template
Requires
- php: >=8.4
- ext-pdo: *
- envms/fluentpdo: ^v2.2.4
- laminas/laminas-diactoros: ^3.6.0
- laminas/laminas-httphandlerrunner: ^2.12.0
- league/container: ^5.1.0
- league/plates: ^v3.6.0
- league/route: ^6.2.0
- monolog/monolog: ^3.9.0
- phpmailer/phpmailer: ^v6.10.0
- symfony/console: ^v7.3.0
- symfony/dotenv: ^v7.3.0
README
This is the basic project setup for our new Projects, which includes the most basic stuff for PHP Webapp Development.
Requirements
- PHP 8.4 or higher
- MySQL/MariaDB Database
- Composer
- Shell Access for Console
Setup
- 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