Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 이클립스
- DB
- javascript
- junit
- Linux
- Spring
- SeLinux
- Android
- File
- MySQL
- jquery
- html
- error
- tomcat
- ajax
- larravel
- 안드로이드
- 와일드카드
- JSON
- properties
- java
- curl
- php
- 톰캣
- laravel
- 리눅스
- CentOS
- input
- NetBeans
- 정규식
Archives
- Today
- Total
목록laravel (16)
합쭈기 programming
[Laravel] service.json error
php artisan cache:clear composer dump-autoload
Dev story
2016. 5. 25. 09:33
[Laravel] sql 문 확인
$list->toSql() collection object를 얻기 전에 builder 클래스에서 확인한다.
Dev story
2016. 4. 12. 10:12
[Laravel] not found url or response 0 bytes
storage 권한이 풀려있는 상태이고 controller가 정상적이라면 httpd.conf 에 #LoadModule rewrite_module modules/mod_rewrite.so rewrite 모듈이 포함되어 있지 않을 수 있다. #을 제거하고 restart 하면 정상 동작한다.
Dev story
2016. 3. 31. 13:40
[Laravel] 디버깅 모드인데 오류 메시지 안 나올때
/storage 폴더의 권한이 문제이다. 다시 storage에 접근권한을 풀어주면 해결
Dev story
2016. 3. 7. 15:56
[Laravel] file_put_contents(/home/intra/bootstrap/cache/services.json): failed to open stream: Permission denied
php artisan serve
Dev story
2016. 1. 13. 11:01
[Laravel] phpunit 사용하기
phpunit은 vendor/bin 내부에 위치하고 composer.json 파일에서 버전 관리가 가능하다. 아래와 같이 터미널에서 확인 가능하다. phpunit ExampleTest.php
Dev story
2016. 1. 13. 10:37
[Laravel] Connection could not be established with host
setsebool -P httpd_can_sendmail 1
Dev story
2015. 11. 23. 10:26