WSL permission

This commit is contained in:
marito 2025-06-15 15:52:35 +08:00
parent 35a15697ad
commit bee87eafd8

View File

@ -1,6 +1,7 @@
# Lenvi: Laravel & Legacy Environment Simplified
This playbook is built for Laravel development but can also run legacy PHP apps, offering a powerful, centralized environment with multi-php support on Debian, Ubuntu, or WSL2; similar to Homestead but without the virtual machine overhead.
> WSL: Initial setup will stop for permission configuration reason, follow the instructions and run it properly again.
## Prerequisites
@ -103,9 +104,8 @@ DB_PASSWORD=password
```bash
cd /home/user/projects/my-laravel-app
sudo composer install
composer install
```
> you must run `sudo` when using composer install and type `yes` when prompted.
## Daily Workflow