Dhaval2404

Lavarel Install

Mar 7th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. Lavarel Installation Step:
  2.  
  3. 1. Install Componser
  4. https://www.digitalocean.com/community/tutorials/how-to-install-and-use-composer-on-ubuntu-14-04
  5.  
  6.  
  7.  
  8. Error1:the requested PHP extension mbstring is missing from your system
  9. sudo apt-get install php-mbstring
  10.  
  11.  
  12. Error1:the requested PHP extension dom is missing from your system
  13. sudo apt-get install php-xml
  14.  
  15. Application key [base64:j3OWEQ2WAzUSu9krX4XNjwKCfyv2OZJNjE4J3K+rBms=] set successfully.
  16.  
  17.  
  18. Issue: Only root route is working
  19. sudo a2enmod rewrite
  20.  
  21.  
  22. Windows:
  23. https://www.youtube.com/watch?v=JYCN6Bogqgk&t=204s
Add Comment
Please, Sign In to add comment