Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tojibon
Created April 12, 2019 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tojibon/0ecd76ef6609849992a1abfd8d10313a to your computer and use it in GitHub Desktop.
Save tojibon/0ecd76ef6609849992a1abfd8d10313a to your computer and use it in GitHub Desktop.
Installing symfony client
wget https://get.symfony.com/cli/installer -O - | bash
export PATH="$HOME/.symfony/bin:$PATH"
sudo mv /home/juyal/.symfony/bin/symfony /usr/local/bin/symfony
@tojibon
Copy link
Author

tojibon commented Apr 12, 2019

sudo apt-get install php7.0-sqlite     
sudo service apache2 restart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment