LoginSignup
4
3

More than 5 years have passed since last update.

Phalcon3がでてたので触ってみた

Last updated at Posted at 2016-08-04

Phalcon3がでてたので触ってみた

なんか早えーらしい

本家[https://phalconphp.com/en/download]

Mac X で一気に環境つくってphpのビルトインサーバーで立ち上げるスクリプトを本家からコピペ

brew search phalcon
brew install homebrew/php/php70-phalcon

brew tap homebrew/dupes
brew tap homebrew/versions
brew tap homebrew/php
brew install php70 php70-phalcon # Where "x" - minor number of PHP

git clone --depth=1 git://github.com/phalcon/cphalcon.git
cd cphalcon/build

sudo ./install
extension=phalcon.so

php -S localhost:8000

(ブラウザで8000ポートにアクセスしてみると)[http://localhost:8000/] Not Foundと表示されていれば成功

とめかた Ctl + C

PHPも進化しまくってるな

さて何作ろうか ポツーーーーーーーーーーーーーン

4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3