class Dicker::Commands

Public Instance Methods

server() click to toggle source
# File lib/dicker/commands.rb, line 2
def server
  # Ensure the correct PHP version is loaded
  system('source ~/.bash_profile')
  system('php -S localhost:9292') 
end