factory-generator
factory-generator copied to clipboard
I am following this **Laravel 11.x Compatibility #29** issue/pr and attempting to run this I get the following error. ``` Only one of these can be installed: illuminate/support[v5.0.0, ..., 5.8.x-dev,...
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...
I had an issue where one of my models is abstract. I use this class for inheritance on other models so it does not have a table. Anyway, this caused...
Looks like its not possible to include --i option mentioned in the readme?
Any chance you can add geography and geometry as valid types? There is a good discussion on this here https://laracasts.com/discuss/channels/general-discussion/doctrinedbal-how-to-add-data-types-when-using-xethronmigrations-generator Doctrine\DBAL\Exception Unknown database type geography requested, Doctrine\DBAL\Platforms\PostgreSQL100Platform may not support...
When I try to run `php artisan generate:factory Example` I get a fatal error: ``` Doctrine\DBAL\Schema\SchemaException There is no column with name 'id' on table 'examples'. ``` I have run...
When generating a factory for a Model with a `password` column it will generate the following column in the factory file: ```php 'password' => Hash::make('password'), ``` We need to add...
Right now this package only looks within the specific folder. It does not traverse into deeper directories. This issue aims to address that by searching within the subfolders and generating...
Ignore accessor and mutator attributes