Skip to content

Standord-AI/muse

Repository files navigation

Muse-Framework

This is a simple PHP framework for creating web applications. It is made for the Muse-Book sharing project.

Features

  • Simple and easy to use.
  • Lightweight.
  • Easy to learn.
  • Easy to use.
  • Easy to customize.
  • Easy to deploy.
  • Two Deployment options: Virtual-Host/Laragon and Xampp/Wampp.

Installation

Github

  1. Download the latest version of the framework from the release page.
  2. Extract the downloaded file.
  3. Copy the extracted folder to your web server.
  4. Rename the folder to muse.
  5. Make a copy of the .env.example file and rename it to .env.
  6. Open the root folder in your browser.

Composer

  1. Install the framework using Composer.
  2. Run the following command in your project directory:
composer create-project kaviru/muse
  1. Rename the folder to muse.
  2. Make a copy of the .env.example file and rename it to .env.
  3. Open the root folder in your browser.

Documentation

The documentation is available at muse-framework.com.

License

The Muse-Framework is licensed under the MIT License.
Copyright (c) 2020 Muse-Framework