Matt Stauffer
Matt Stauffer
We can't copy them exactly because some changes are specific to Duster; but I did change them to be PSR-12 instead of PSR-2, so let's import them. https://github.com/tighten/duster/tree/main/configs
Right now we only recommend `prettier`: ```json "prettier": { "singleQuote": true, "trailingComma": "es5", "tabWidth": 4, "printWidth": 80 } ``` @jonsugar mentioned we may want to add some ESLint configurations in...
I have a package (nova-google-analytics) with two metrics. I wanted to add a card, so I ran `php artisan nova:card tightenco/nova-google-analytics-another-card` and then copied the files out of the generated...
I know I slapped this thing together on a stream really quickly, but now that other folks are using it, I think it's time to treat it like a Real...
We can use the Laravelversions.com API to check your Laravel version. Not sure what we would use to check PHP version. We might have to make our own? It would...
The toast notifications after a successful run don't honor line breaks so everything is crammed into a single line.
This pull request includes updates for the recent minor version release of Laravel as well as updates to your package dependencies. Feel free to commit any additional changes to the...
This pull request includes updates for the recent minor version release of Laravel as well as updates to your package dependencies. Feel free to commit any additional changes to the...
This pull request includes updates for the recent minor version release of Laravel as well as updates to your package dependencies. Feel free to commit any additional changes to the...
This pull request includes updates for the recent minor version release of Laravel as well as bumps your package dependencies. You may review the full list of changes in the...