mpociot / laravel-test-factory-helper

Generate Laravel test factories from your existing models
936 stars 87 forks source link

Support for laravel 8 #65

Open rickgladwin opened 2 years ago

rickgladwin commented 2 years ago

This PR updates the blade template used by the factory to a Laravel 8 version, and changes the default model source to app/Models

I haven't added a configuration option for switching between Laravel versions, so this branch will only work with Laravel 8 and similar versions.

This hasn't been tested with Laravel 9.