php-feather / feather
Feather - Lightweight PHP Framework
dev-master
2022-09-04 00:27 UTC
Requires
- php: >=7.0
- illuminate/database: ^6.20
- nesbot/carbon: ^2.22
- php-feather/ignite: dev-master
This package is auto-updated.
Last update: 2024-12-03 19:29:26 UTC
README
Php-Feather Dev Build. A lightweight, fast PHP framework
Install
composer create-project --stability dev php-feather/feather projectname
Navigate to project folder and run the commnd below:
composer update
Running Locally
Docker
If you have docker installed and running on your pc just run the command below:
docker-compose up -d
Then go to: http://localhost