Installing Ubuntu Laravel Environment
Prerequisite
- If you want to get latest version of php, you need to update first.
- Otherwise the lamp server will install older php version to your environment
1 | sudo apt-add-repository ppa:ondrej/php |
Usefull Command
- sometime you need to check the installed packages in Ubuntu, you can use dpkg to list the packages status
1 | dpkg --get-selections | grep php |