WSL permission
This commit is contained in:
parent
35a15697ad
commit
bee87eafd8
@ -1,6 +1,7 @@
|
|||||||
# Lenvi: Laravel & Legacy Environment Simplified
|
# 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.
|
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
|
## Prerequisites
|
||||||
|
|
||||||
@ -103,9 +104,8 @@ DB_PASSWORD=password
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /home/user/projects/my-laravel-app
|
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
|
## Daily Workflow
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user