## Initializing the project

```php
composer install
```

Then

```php
php artisan key:generate

```

```php
php artisan project:reset

```
