Laravel HTML output pretty print
up vote
-1
down vote
favorite
Please tell me how to pretty print the HTML code from Laravel blade output?
I would like to see beautiful indentation when pressing Ctrl + U in the browser.
Is it possible?
Thanks!
laravel laravel-blade
add a comment |
up vote
-1
down vote
favorite
Please tell me how to pretty print the HTML code from Laravel blade output?
I would like to see beautiful indentation when pressing Ctrl + U in the browser.
Is it possible?
Thanks!
laravel laravel-blade
1
Please, try including what you already tried.
– Camilo
Nov 10 at 15:15
I tried to google out, but only could find how to format JSON :(
– Armen Poghosyan
Nov 10 at 15:18
Blade usually does some inline replacements. Most of your view should be HTML and you should be indenting that yourself. What is blade generating that's so unformatted?
– apokryfos
Nov 10 at 16:13
Please see what's laravel is generating for me. aplight.ru/capture.jpg
– Armen Poghosyan
Nov 10 at 16:18
That looks like an issue with how you formatted the markup and not what blade is doing.
– apokryfos
Nov 11 at 9:18
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
Please tell me how to pretty print the HTML code from Laravel blade output?
I would like to see beautiful indentation when pressing Ctrl + U in the browser.
Is it possible?
Thanks!
laravel laravel-blade
Please tell me how to pretty print the HTML code from Laravel blade output?
I would like to see beautiful indentation when pressing Ctrl + U in the browser.
Is it possible?
Thanks!
laravel laravel-blade
laravel laravel-blade
asked Nov 10 at 15:12
Armen Poghosyan
1
1
1
Please, try including what you already tried.
– Camilo
Nov 10 at 15:15
I tried to google out, but only could find how to format JSON :(
– Armen Poghosyan
Nov 10 at 15:18
Blade usually does some inline replacements. Most of your view should be HTML and you should be indenting that yourself. What is blade generating that's so unformatted?
– apokryfos
Nov 10 at 16:13
Please see what's laravel is generating for me. aplight.ru/capture.jpg
– Armen Poghosyan
Nov 10 at 16:18
That looks like an issue with how you formatted the markup and not what blade is doing.
– apokryfos
Nov 11 at 9:18
add a comment |
1
Please, try including what you already tried.
– Camilo
Nov 10 at 15:15
I tried to google out, but only could find how to format JSON :(
– Armen Poghosyan
Nov 10 at 15:18
Blade usually does some inline replacements. Most of your view should be HTML and you should be indenting that yourself. What is blade generating that's so unformatted?
– apokryfos
Nov 10 at 16:13
Please see what's laravel is generating for me. aplight.ru/capture.jpg
– Armen Poghosyan
Nov 10 at 16:18
That looks like an issue with how you formatted the markup and not what blade is doing.
– apokryfos
Nov 11 at 9:18
1
1
Please, try including what you already tried.
– Camilo
Nov 10 at 15:15
Please, try including what you already tried.
– Camilo
Nov 10 at 15:15
I tried to google out, but only could find how to format JSON :(
– Armen Poghosyan
Nov 10 at 15:18
I tried to google out, but only could find how to format JSON :(
– Armen Poghosyan
Nov 10 at 15:18
Blade usually does some inline replacements. Most of your view should be HTML and you should be indenting that yourself. What is blade generating that's so unformatted?
– apokryfos
Nov 10 at 16:13
Blade usually does some inline replacements. Most of your view should be HTML and you should be indenting that yourself. What is blade generating that's so unformatted?
– apokryfos
Nov 10 at 16:13
Please see what's laravel is generating for me. aplight.ru/capture.jpg
– Armen Poghosyan
Nov 10 at 16:18
Please see what's laravel is generating for me. aplight.ru/capture.jpg
– Armen Poghosyan
Nov 10 at 16:18
That looks like an issue with how you formatted the markup and not what blade is doing.
– apokryfos
Nov 11 at 9:18
That looks like an issue with how you formatted the markup and not what blade is doing.
– apokryfos
Nov 11 at 9:18
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53240282%2flaravel-html-output-pretty-print%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Please, try including what you already tried.
– Camilo
Nov 10 at 15:15
I tried to google out, but only could find how to format JSON :(
– Armen Poghosyan
Nov 10 at 15:18
Blade usually does some inline replacements. Most of your view should be HTML and you should be indenting that yourself. What is blade generating that's so unformatted?
– apokryfos
Nov 10 at 16:13
Please see what's laravel is generating for me. aplight.ru/capture.jpg
– Armen Poghosyan
Nov 10 at 16:18
That looks like an issue with how you formatted the markup and not what blade is doing.
– apokryfos
Nov 11 at 9:18