Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SigmaPHP-Demo

Welcome to the SigmaPHP Demo Application ! This project serves as a comprehensive showcase designed to help you explore and understand all the features and capabilities of the SigmaPHP framework. Whether you're new to SigmaPHP or looking to dive deeper into its functionalities, this demo provides practical examples and use cases for various aspects of the framework.

Installation

Follow these simple steps to get the SigmaPHP Demo Application up and running on your local machine:

1- Clone the Repository:

git clone https://github.com/sigmaphp/SigmaPHP-Demo.git

2- Navigate into the Project Directory:

cd SigmaPHP-Demo/

3- Install Composer Dependencies:

composer install

3- Copy the .env file:

cp .env.example .env

4- Configure the database:

Edit .env file , and ad your database credentials:

DATABASE_HOST="localhost"
DATABASE_USER="root"
DATABASE_PASS="root"
DATABASE_NAME="test"
DATABASE_PORT="3306"

Usage

Once the installation is complete, you can run the demo application and access it through your web browser.

Execute the following command in your terminal from the project root to start the built-in server:

./bin/sigma-cli run

After running the command, open your web browser and navigate to: http://localhost:8888

You should now see the SigmaPHP Demo Application running, ready for you to explore its features!

Next

For detailed documentation, advanced configurations, and a deeper understanding of the SigmaPHP framework, please visit the official documentation:

SigmaPHP Official Documentation

About

Demo Application for SigmaPHP framework

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages