List of loaded bundles (with format json or the lines will be truncated):
php bin/console debug:container --parameter=kernel.bundles --format=json
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" | |
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<title>(My)SQL decimal definition</title> | |
<script src="https://cdn.tailwindcss.com"></script> | |
<style> |
export interface AutoSizeTextAreaOptions { | |
observe?: string[]; | |
loadExistingTextAreas?: boolean; | |
textAreaSelector?: string; | |
minLines?: number; | |
minHeight?: number; | |
maxLines?: number; | |
maxHeight?: number; | |
} |
List of loaded bundles (with format json or the lines will be truncated):
php bin/console debug:container --parameter=kernel.bundles --format=json
<template> | |
<div> | |
{{ foo }} | |
{{ helloWorld }} | |
</div> | |
</template> | |
<script> | |
export default { | |
name: 'entry-component', |