From 52c965d5b6d8411b6c689a2c8046a388c579fbb2 Mon Sep 17 00:00:00 2001 From: n0nag0n Date: Thu, 4 Jan 2024 19:34:51 -0700 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index a8cef90..9c46c50 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,19 @@ Flight::start(); [Learn more](http://flightphp.com/learn) +# Need some inspiration? + +While these are not officially sponsored by the FlightPHP Team, these could give you ideas on how to structure your own projects that are built with Flight! + +- https://github.com/markhughes/flight-skeleton - Basic Skeleton App +- https://github.com/Skayo/FlightWiki - Example Wiki +- https://github.com/itinnovator/myphp-app - The IT-Innovator PHP Framework Application +- https://github.com/casgin/LittleEducationalCMS - LittleEducationalCMS (Spanish) +- https://github.com/chiccomagnus/PGAPI - Italian Yellow Pages API +- https://github.com/recepuncu/cms - Generic Content Management System (with....very little documentation) +- https://github.com/ycrao/tinyme - A tiny php framework based on Flight and medoo. +- https://github.com/paddypei/Flight-MVC - Example MVC Application + # Requirements Flight requires `PHP 7.4` or greater.