Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joygram authored Dec 24, 2022
1 parent e0b02d7 commit 440ad2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,17 @@ php artisan db:seed
## Install

```
composer self
apt-get install php7.1
apt-get install php7.1-sqlite
apt-get install php7.1-curl
apt-get install php7.1-xml
apt-get install php7.1-mbstring
#install composer for php7.1
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-composer-on-ubuntu-22-04
a2enmod php7.1
a2dismod php8.1
```


0 comments on commit 440ad2f

Please sign in to comment.