Skip to main content

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

  1. PHP (7.4 or greater) ๐Ÿ“œ
  2. Composer ๐ŸŽผ
  3. GitHub ๐Ÿ™

Note: These tools must be accessible in your path

1. Direct Installation

  1. Create your database first and name it whatever you like

  2. Clone the project

    git clone https://github.com/takumade/chazos.git

  3. Navigate to the project folder

    cd chazos

  4. Modify .env file or create one. Make sure that your settings are correct. Use requirement number four

  1. Run install

    php artisan chazos:install

  2. Serve it

    php artisan serve

  3. Now go to http://127.0.0.1:8000

2. Docker Installation

Coming soon โณ๏ธ