Installation
In meantime installation is directly but very soon I am dockerizing it ๐ค
Requirements
Before installing this framework make sure you have these following requirements
- PHP (7.4 or greater) ๐
- Composer ๐ผ
- GitHub ๐
Note: These tools must be accessible in your path
1. Direct Installation
Create your database first and name it whatever you like
Clone the project
git clone https://github.com/takumade/chazos.git
Navigate to the project folder
cd chazos
Modify .env file or create one. Make sure that your settings are correct. Use requirement number four
Run install
php artisan chazos:install
Serve it
php artisan serve
Now go to
http://127.0.0.1:8000
2. Docker Installation
Coming soon โณ๏ธ