Vincent Prat
Vincent Prat
https://github.com/marvinlabs/laravel-html-bootstrap-4 An extension to Spatie's package with all the goodness of Adam Wathan forms package :) Made for Bootstrap 4 though
Hi all, I have been looking for an alternative (both BS 3 and BS 4) but so far I did not get much success. The best I found was Spatie's...
Rather than Excel, you may want to consider other file formats which are read by tools adapted to translations. For instance the PO file format which can then be edited...
Something that would really help : https://github.com/oscarotero/Gettext
I think that should be independent. For example, some dynamic keys are not grabbed by the sync command (like my example with enums in another issue). So those keys are...
That would be useful yes.
That new step should include: - Creating missing keys in all language files - Make sure the vendor lang folders get synced too - Creating missing files (even if that...
Other example : - Could generate a model file + associated TestCase + associated migration + etc. - Generate a PHP interface + base implementation of that interface in same...
You must split the boilerplate "manifest" (JSON part) from the boilerplate "templates" (Blade part). That way you are free to specify multiple templates in your manifest.
You could have for instance a more structured hierarchy: ``` boilerplates/php__class/manifest.json boilerplates/php__class/template-1.blade.php boilerplates/php__class/template-2.blade.php ```