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.
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.git2- Navigate into the Project Directory:
cd SigmaPHP-Demo/3- Install Composer Dependencies:
composer install3- Copy the .env file:
cp .env.example .env4- 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"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 runAfter 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!
For detailed documentation, advanced configurations, and a deeper understanding of the SigmaPHP framework, please visit the official documentation: