blueprint
blueprint copied to clipboard
A code generation tool for Laravel developers.
Fixes #480 Issue created requiring plural api resource slugs. Hopefully this covers the issue as you requested @pktharindu? This implementation seems very simple, so there may be more needed, so...
### Synopsis: From Laravel documentation: https://laravel.com/docs/9.x/database-testing The HasFactory trait's factory method will use conventions to determine the proper factory for the model the trait is assigned to. Specifically, the method...
### Synopsis: Central method to add declare(strict_types=1) to all files generated ### Proposed Syntax: Add a flag in the config: blueprint.strict_types - default as false ### Expected Behavior: When set...
Added some extra tests, and merged master
### Synopsis: When blueprint updates a file like the web.php route file, the rollback command does not undo the update action. ### Proposed Syntax: So what if blueprint will always...
Hey there, I was wondering if it was possible we could get different stubs for the views other than blade. For example; Inertia.js, Livewire, Vue components perhaps?, other frameworks I...
### Synopsis: As a further improvement to the configurability of the package, we could simplify things for those who want to make single simple changes to the configuration often, without...