Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flightphp/docs
Documentation site for the Flight PHP Micro Framework, written using Flight of course :D
https://github.com/flightphp/docs
documentation flight micro-framework php php-framework
Last synced: 2 months ago
JSON representation
Documentation site for the Flight PHP Micro Framework, written using Flight of course :D
- Host: GitHub
- URL: https://github.com/flightphp/docs
- Owner: flightphp
- Created: 2024-01-14T07:00:27.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-06T17:46:35.000Z (3 months ago)
- Last Synced: 2024-11-06T18:36:56.134Z (3 months ago)
- Topics: documentation, flight, micro-framework, php, php-framework
- Language: PHP
- Homepage:
- Size: 2.19 MB
- Stars: 2
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flight Documentation Site
This is the source code for the Flight Micro Framework (built with Flight!)
## Requirements
This project requires PHP 8.2 or greater. You also need to install [composer](https://getcomposer.org/) to install the dependencies.
## Installation
This was just created from the Flight skeleton app. To install just follow these steps:
```bash
# Clone the repo
git clone https://github.com/flightphp/docs flight-docs/cd flight-docs/
# Install the dependencies
composer install# Copy the config file
cp app/config/config_sample.php app/config/config.php# Start the server (if you have PHP >8.2 installed)
composer start# Or if you have a different version of PHP installed, you can use the built-in server
php82 -S localhost:8000 -t public/
```## Additional Translations
Please note that the additional translations are provided by ChatGPT and are not official translations. Please don't make a PR to fix a translation as when the documentation is retranslated, your contribution will be lost.
If your translation is really not good, please open an issue and we will look into possible having you maintain that translation without the assistance of ChatGPT.