Skip to the content.

🚨 Lighthouse PHP Framework Documentation

Welcome to the official documentation for Lighthouse - a minimal, predictable PHP micro-framework for building modern web applications.

🚀 Quick Navigation

📖 Getting Started

📚 Core Concepts

🛠️ Advanced Topics

Features

🎨 Brand Colors

Lighthouse comes with a beautiful, sea-inspired color palette:

Color Name Hex Code Usage
Beacon Red #E63946 Accent / Logo / Links
Sea Slate #1D3557 Primary background or text
Fog White #F1FAEE Page background
Sky Mist #A8DADC Borders / secondary background
Signal Blue #457B9D Buttons / code highlights

🚀 Quick Start

# Install the Lighthouse CLI
bash -c "$(curl -fsSL https://raw.githubusercontent.com/max-yterb/Lighthouse/main/scripts/install.sh)"

# Create a new project
lighthouse new my-app
cd my-app

# Start development server
php -S localhost:8000 -t public/

🤝 Community

📄 License

Lighthouse is open-sourced software licensed under the MIT license.

Built with ❤️ by Massimiliano Bertinetti


Ready to start building? Check out the Getting Started Guide to begin your journey with Lighthouse! 🚨⚡