Level 50
Oct 16, 2018
3
Level 2
Calculate Lines of Code
I want calculate the lines of code in my laravel project
Level 50
You also have this package https://github.com/stefanzweifel/laravel-stats that you can use to see lines of code (groupped by models, controllers, etc...) like using rake stats in rails
Please or to participate in this conversation.