ふたりはララベル (Laravel PHP Framework)

PHPフレームワークのLaravelの体験記を書いていきます。こんなタイトルのブログですが萌え系アニメは一秒たりとも観たことがありません。

ApiGenが途中で止まる

ApiGenでドキュメント生成中に

Used 90% of the current memory limit, please increase the limit to generate the whole documentation

と失敗することがある。これはphpのメモリ不足が原因なので、php.iniのメモリ値を例えば

memory_limit=256M

と変更する。