라라벨 블레이드 @push

1 개요[ | ]

welcome.blade.php
@push('scripts')
    <script src="/example.js"></script>
@endpush
layout/app.blade.php
<html>
<head>
</head>
<body>
</body>
@stack('scripts')
</html>

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}