This is the development environment for the Flowaxy project.
Flowaxy Application is a lightweight and flexible MVC-based framework designed by Flowaxy Studio for rapid web application development. It provides a clean foundation for building professional client websites and custom projects.
-
Clone the repository:
git clone https://github.com/flowaxy/application.git
-
Copy the environment file:
cp .env.example .env
-
Configure your
.env
file if necessary (APP_URL, database credentials, etc.). -
Install dependencies:
composer install
-
Start your local server (e.g., OpenServer, Laragon) and access the project at:
http://localhost
- PHP 8.2+
- Composer
This project is UNLICENSED.
All rights reserved by Flowaxy Studio.
The source code is provided for educational and review purposes only.
Use, distribution, or modification without explicit permission is strictly prohibited.
For license requests, please visit https://flowaxy.com or contact us at [email protected].
GitHub repository: https://github.com/flowaxy/application