php - (LMX)AMP and Laravel -
i understand lamp, mamp , xamp solution stack. understand there frameworks laravel , symfony.
if have start php development in proper manner, required have solution stack installed first , framework have professional set up?
if answer yes, assuming versions of software inside package quite important compatibility framework. there popular combination out there?
and in live, suppose, need have solution stack installed package run.
my dev machine mac osx 10.9.5 , live going in linux. need make sure these fundamental knowledge concrete before start work. appreciated.
laravel has all-in 1 virtual box solution. it's called homestead. homestead works on many platforms such linux, mac, windows , contains needed:
- ubuntu 14.04
- php 5.6
- hhvm
- nginx
- mysql
- postgres
- node (with bower, grunt, , gulp)
- redis
- memcached
- beanstalkd
- laravel envoy
- blackfire profiler
if decide go other solutions face many problems enabling essential extensions , changing system settings.
besides can use solution pretty every kind of php framework or code.
just follow steps in guide , ready use in few minutes after download finishes.
Comments
Post a Comment