php artisan config:cache 之後,使用getenv會出現false 使用env 會出現 null  那是因為 config:cache會把env cache 到 config ,其實沒必要再透過env取得環境  此時只要使用config function即可...
[Laravel] 如何將 exception 的 error log 訊息關閉
有時候,像 TokenMismatchException  不想要出現在 log 訊息裡面  此時到 app/Exceptions/Handler.php   下面新增:                 其他 Exception也是這樣處理   
[ Laravel 開發] no supported encrypter found. the cipher and / or key length are invalid. laravel 問題
 表示key 不行用 (比如說Session加密需要key)   php artisan key:generate   產生新的APP_KEY  即可解決              
[Audacity] 輸出 mp3 dll 問題
1. http://lame.buanzo.org/#lamewindl   2. 下載 Lame_v3.99.3_for_Windows.exe   3. 再試一次即可
[Audacity] 導入mp4時 出現錯誤 audacity advanced audio coding file
解決辦法:   其實就是缺少解析mp4的模組,去安裝一下即可   http://lame.buanzo.org/   到上面網址下載    ffmpeg-win-2.2.2.exe   安裝後重新開啟Audacity就可以讀入mp4了    
[Laravel] 使用vueify 時的一堆問題
https://github.com/JeffreyWay/laravel-elixir-vueify   npm install 之後可能會出現很多問題   網路上很多人也一堆問題,看了下JeffreyWay的回答 ,他也說你們怎麼一堆問題我都沒有...   其實問題就在Nod...
[Laravel 開發] gulp-notify: [Error in notifier] Error in plugin 'gulp-notify'
使用gulp時出線 gulp-notify: [Error in notifier] Error in plugin 'gulp-notify'   解決:   sudo apt - get  update sudo apt - get  install libn...
[程式開發] 更改 phpmyadmin config 限定 IP
1.  cd /etc/phpmyadmin/apache.conf    2. 在裡面加入(127.0.0.1 替換成自己想要的路徑)      <Directory /usr/share/phpmyadmin>     Option FollowSymLinks ...
標籤:
apache,
config,
phpmyadmin,
raspberry pi
訂閱:
意見 (Atom)
