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