Open Ameerbajracharya opened 2 years ago
Hoping for feature: to remove comments in blade files, file format provided by Laravel (popular PHP framework). Really helpful package want it to be the best for all upcoming frameworks and helping to increase productivity.
@Ameerbajracharya I have written a Remove Comments extension that has Laravel Blade support in v1.3.0.
It supports the following comments:
{{--
--}}
/*
*/
//
#
For string delimiter it uses:
'
Hoping for feature: to remove comments in blade files, file format provided by Laravel (popular PHP framework). Really helpful package want it to be the best for all upcoming frameworks and helping to increase productivity.