codeigniter - Is Laravel/Homestead can be used on other PHP frameworks? -


i not yet used laravel , curios if homestead can used on other php frameworks codeigniter?

homestead runs on ubuntu within virtual machine. comes following software installed:

  • ubuntu 14.04
  • git
  • php 7.0
  • hhvm
  • nginx
  • mysql
  • sqlite3
  • postgres
  • composer
  • node (with pm2, bower, grunt, , gulp)
  • redis
  • memcached
  • beanstalkd

pretty webserver needs run kind of php framework. if there's missing framework you're using, can install it.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -