PROJECT SKY v0.0.1 ALPHA - SHARED HOSTING EDITION
=================================================

Goal:
Install Project Sky on normal shared hosting without terminal commands.

You need:
- PHP 8.2 or newer
- MySQL/MariaDB database
- PDO MySQL PHP extension
- File Manager or FTP access

Install steps:
1. Upload this folder's contents to your hosting account.
2. Create a MySQL database and database user in your hosting control panel.
3. Make sure these folders are writable:
   - storage
   - bootstrap/cache
4. Visit your website:
   https://yourdomain.com/install.php
5. Enter your database details, airline name, and admin account.
6. Click Install Project Sky.
7. After success, delete or rename install.php for extra security.

Important:
This alpha package contains the shared-hosting installer framework and Project Sky app structure.
A final production Laravel release must include the full vendor folder and compiled assets so users do not need Composer or NPM.

Recommended upload layout:
- Best security: point your domain document root to /public
- Simple shared hosting alpha: upload all files into public_html and run /install.php

Version:
v0.0.1 Alpha Shared Hosting Edition
