Skip to content
Advertisement

how to run the blade compiler explicitly?

for example there is a blade file at “⁨resources⁩/views/home.blade” so we want to compile the file into plain php file at location “root/⁩public”, is there any artisan command or anything to do the task?

Advertisement

Answer

You can use the BladeCompiler directly:

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement