# Upgrade from 2.0 to 2.1

To upgrade from 2.0 to 2.1:

```shell
composer require laravel/fortify
php artisan migrate
```