Laravel 4.2 queue + redis + sqlite 구성 셋팅
목표 Laravel 기본 DB 연결은 mysql 로, Queue driver 는 Redis 로, Queue 작업 실패시 기록하는 failed table 은 sqlite 로 설정 환경설정 /app/config/database.php'default' => 'mysql’, 'connections' => array( 'sqlite' => array( 'driver' => 'sqlite', 'database' => __DIR__.'/../database/production.sqlite', 'prefix' => '', ), 'mysql' => array( 'driver' => 'mysql’, …… 'redis' => array( 'cluster' => false, 'default' => array( 'host' =..
웹프로그래밍/PHP
2017. 8. 30. 11:37
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- PHP
- centos
- Wordpress
- git
- mssql
- Prototype
- ASP
- JQuery
- laravel
- 한글
- API
- CSS
- JSON
- iis
- Debug
- javascript
- nodejs
- iphone
- classic asp
- Docker
- sencha touch
- Mac
- 워드프레스
- Android
- 안드로이드
- Linux
- IE
- nginx
- macos
- IOS
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
글 보관함