해당 div로 바로 불러온다.
modal에도 적용가능
응용하면 일부 div내용을 새로고침효과를 줄수도 있겠다.
$("#modal-body").load('/live/food?seq_id=1', function() {
});
라라벨을 시작할 때, 많은 개발자들이 models
디렉토리가 없는 것에 혼란을 느낍니다. 하지만 이 디렉토리가 없는 것은 의도된 것입니다. 우리는 "모델"이라는 많은 사람들에게 각기 다른 의미로 받아들려지기 때문에 모호하다는 것을 알게되었습니다. 일부 개발자들은 애플리케이션의 "모델"을 비지니스 로직의 전체로서 참조하는 반면, 다른 개발자들은 "모델"을 관계형 데이터베이스와 상호작용하는데 사용합니다.
이러한 이유로, 기본적으로 app
디렉토리를 Eloquent 모델이 저장되는 곳으로 선택했으며, 개발자가 원하는 그 어떤 곳이라도 이 파일들을 배치할 수 있게 허용 하고 있습니다.
From Laravel 8, the default model directory in app/Models
. Before Laravel 8, all the models were in-app directory which was really messy when lots of the model consists in our application. Now Laravel 8 default model directory make it more organized.
function test2($a, ...$b) { print_r($b); } test2('a','b','c','e');
Cache::put('key', 'value', $minutes);
Cache::put('key', 'value', $seconds);
{ "title": "tilde converter - blog.miyu.pe.kr", "rules": [ { "description": "shift+esc to tilde+shift", "manipulators": [{ "type": "basic", "from": { "key_code": "escape", "modifiers": { "mandatory": [ "shift" ] } }, "to": [{ "key_code": "grave_accent_and_tilde", "modifiers": ["shift"] }] }] } ] }