<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Shell on php-tips.com</title>
    <link>https://php-tips.com/tags/shell/</link>
    <description>Recent content in Shell on php-tips.com</description>
    <generator>Hugo</generator>
    <language>ja</language>
    <lastBuildDate>Tue, 17 Dec 2019 00:00:36 +0900</lastBuildDate>
    <atom:link href="https://php-tips.com/tags/shell/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Symfony のコマンドラインアプリケーションを CakePHP コマンドラインアプリケーションとして動かす</title>
      <link>https://php-tips.com/2019/12/17/running-symfony-console-app-on-cakephp/</link>
      <pubDate>Tue, 17 Dec 2019 00:00:36 +0900</pubDate>
      <guid>https://php-tips.com/2019/12/17/running-symfony-console-app-on-cakephp/</guid>
      <description>&lt;p&gt;この記事は、 &lt;a href=&#34;https://qiita.com/advent-calendar/2019/cakephp&#34;&gt;CakePHP Advent Calendar 2019&lt;/a&gt; 17日目の記事です。&lt;/p&gt;
&lt;p&gt;Symfony のコマンドラインアプリケーションを CakePHP コマンドラインアプリケーションとして動かす方法を解説します。&lt;/p&gt;
&lt;p&gt;（余談ここから）昨日（12/16 JST）ついに、CakePHPの次期バージョンである4.0がstableリリースされました！ &amp;gt; &lt;a href=&#34;https://bakery.cakephp.org/2019/12/15/cakephp_400_released.html&#34;&gt;CakePHP 4.0.0 Released — Bakery&lt;/a&gt;
3.xから色々と整理され、さらに良いフレームワークになったと思います。（余談ここまで）&lt;/p&gt;</description>
    </item>
    <item>
      <title>CakePHPプラグインのwebrootをシンボリックリンクするシェルコマンド</title>
      <link>https://php-tips.com/2011/02/04/cakephp-plugin-webroot-ln-shell/</link>
      <pubDate>Fri, 04 Feb 2011 09:00:32 +0900</pubDate>
      <guid>https://php-tips.com/2011/02/04/cakephp-plugin-webroot-ln-shell/</guid>
      <description>&lt;p&gt;やっぱりサゴーゾが一番ですよね。こんにちはnojimageです。
今日は、CakePHPでプラグイン内部にcss,js等を持つ場合に、若干のパフォーマンスアップを行うためのシェルスクリプトのご紹介です。&lt;/p&gt;
&lt;p&gt;プラグイン内部のcss,jsは、特に対策を行わなければDispatcherを通して出力され、これはかなりのオーバヘッドを伴います。
この対策として、APP/webroot配下にシンボリックリンクを張ることで、.htaccessに記述されているmod_rewriteの設定により直接apacheから出力するようにできます。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2011.04.22追記: Themeにも対応しました。&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;[ad]&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
