# How to Install in Laravel

You have the flexibility to install Laravel on either an existing Laravel project or create a new Laravel project from scratch.

## Quick Installation <a href="#f144" id="f144"></a>

To Quickly install the system run the following command.

```
composer create-project mybizna/setup mybizna
```

{% content-ref url="how-to-install-in-laravel/how-to-install-as-new-laravel-project" %}
[how-to-install-as-new-laravel-project](https://mybizna.gitbook.io/mybizna-erp/readme/how-to-install-in-laravel/how-to-install-as-new-laravel-project)
{% endcontent-ref %}

{% content-ref url="how-to-install-in-laravel/how-to-install-in-existing-laravel-project" %}
[how-to-install-in-existing-laravel-project](https://mybizna.gitbook.io/mybizna-erp/readme/how-to-install-in-laravel/how-to-install-in-existing-laravel-project)
{% endcontent-ref %}
