ZiDocument: Installation

Step1: 

chmod -R 777 storage
chmod -R 777 bootstrap/cache
chmod -R 777 public/assets

Step2: 

Rename .env.example to .env 

Change the necessary information in .env such as database information, url information, App key and other security information...

Run composer install

composer install

Run install ZiDocument:

The system will automatically run the creation of data tables. Then comes the step of creating a system administrator account

 php artisan zi:install

Create an administrator account:

To create an additional system administrator account, you can use the command below:

php  artisan zi:admin

Create sample data (if necessary for testing)

php artisan zi:db-demo-document

Setup Cronjob

Document: https://laravel.com/docs/10.x/scheduling#running-the-scheduler

Run server test

php artisan serve
Đang thực hiện vui lòng đợi...
© LaraziCms.
Developed by Codezi.pro