Update readme.md

This commit is contained in:
Ghassan Yusuf 2025-09-13 07:38:37 +03:00
parent bd80d30251
commit c8a6171aeb

View File

@ -1,5 +1,10 @@
# Laravel Installation Script
Update First Then Run the Script
```
apt-get update && apt-get upgrade && apt-get install sudo -y
```
Use The Link Below In An Empty LXC To Create A Laravel Project
```
curl -fsSL https://git.innovator.bh/ghassan/laravel-project/raw/branch/main/install-laravel.sh | bash