npcorenet / skeleton
The npcorenet Project skeleton
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:template
Requires
- php: >=8.3
- ext-pdo: *
- envms/fluentpdo: ^v2.2.4
- laminas/laminas-diactoros: ^2.25.2
- laminas/laminas-httphandlerrunner: ^2.1
- league/container: ^4.2
- league/plates: ^v3.5.0
- league/route: ^5.1.2
- monolog/monolog: ^3.5.0
- phpmailer/phpmailer: ^v6.9.1
- symfony/console: ^v7.0.6
- symfony/dotenv: ^v7.0.4
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
- 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