Home >> Laravel 6.X >> What is the Templating Engine in Laravel 6.X

What is the Templating Engine in Laravel 6.X

Laravel Templating Engine is Blade.

It is very powerfull template engine.

Blade template files use the .blade.php file extension and are typically stored in the resources/views directory.

Post Your Comment

Next Questions
How can setup Environment Configuration
What is the Maintenance Mode
What is an artisan
What are databases supported
What is Routing
What is Middleware

Copyright ©2022 coderraj.com. All Rights Reserved.