laravel-file-generator
laravel-file-generator copied to clipboard
A Laravel package which helps you automate creation of files.
Add support for laravel 9!
This would allow one command to generate multiple files (e.g. for the view composers, optionally generate the associated service provider if not already existing based on a flag)
Randomly started getting this: ``` [2017-05-15 22:17:48] local.ERROR: Skyronic\FileGenerator\FileGeneratorException: JSON Exception: [css] Syntax error in /home/vagrant/Projects/Uproar/vendor/skyronic/laravel-file-generator/src/FileParser.php:84 Stack trace: #0 /home/vagrant/Projects/Uproar/vendor/skyronic/laravel-file-generator/src/FileParser.php(71): Skyronic\FileGenerator\FileParser->getMeta('{\r\n "name": "...') #1 /home/vagrant/Projects/Uproar/vendor/skyronic/laravel-file-generator/src/FileParser.php(61): Skyronic\FileGenerator\FileParser->firstPassParse() #2 /home/vagrant/Projects/Uproar/vendor/skyronic/laravel-file-generator/src/FileList.php(60): Skyronic\FileGenerator\FileParser->readFile(Object(Symfony\Component\Finder\SplFileInfo)) #3...
Currently on 5.2, company has no immediate plans to upgrade. Curious if this could be done?
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 10.x. **Before merging**, you need to: - Checkout the `l10-compatibility`...
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 12.x. **Before merging**, you need to: - Checkout the `l12-compatibility`...