- Laravel 10.9
- PHP 8.2
Redis is used by default.
If you want change it on your local instance please update your .env
file with :
CACHE_DRIVER=file
```bash
./vendor/bin/sail up -d
```
```bash
./vendor/bin/sail down
```
```bash
./vendor/bin/sail artisan:migrate
```
To enter the shell of the Laravel container:
```bash
./vendor/bin/sail shell
```
```bash
cd /mnt/c/Users/***/OneDrive/Bureau/dev/laravel-template
```