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
- 한글
- iis
- JSON
- IE
- classic asp
- ASP
- nodejs
- Debug
- iphone
- mssql
- 안드로이드
- PHP
- macos
- Linux
- Docker
- javascript
- git
- JQuery
- IOS
- nginx
- Prototype
- 워드프레스
- Android
- Wordpress
- CSS
- API
- Mac
- centos
- sencha touch
- laravel
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
29 | 30 |
글 보관함