## Environment setup
1. Download and install composer: https://getcomposer.org/download/
2. php ini file -> extention = intl -> uncomment
3. Add .env file
4. Add vendor folder to project root directory
5. create database

## Run Application

1. Run database migrations
```php spark migrate```
2. Rrefresh database
```php spark migrate:refresh```
3. Run database seeders
```php spark db:seed ManageSeeder```
4. Run Application
```php spark serve```

