itcyborg / safemoonframework
A small, lightweight mini framework to jump-start your PHP projects
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:framework
Requires
- php: >=5.4
- itcyborg/safemooncore: >=1.2
- phpmailer/phpmailer: ^6.0
This package is auto-updated.
Last update: 2024-12-25 01:23:39 UTC
README
A small, lightweight mini framework to jump-start your PHP projects
How to install
composer create-project itcyborg/safemoonframework projectname
Requirements
- composer
- php v5.4 or greater
##How to use cd into public folder or the project folder
php -S 127.0.0.1:80
is using php local development server
if using apache, set the document root/ vhost to point to the projectfolder/Public