You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.
require(/home/dan/Codes/laravel/jobportal/database/factories/CategoryFactory.php): failed to open stream: Too many open files
at vendor/laravel/framework/src/Illuminate/Database/Eloquent/Factory.php:220
216| $factory = $this;
217|
218| if (is_dir($path)) {
219| foreach (Finder::create()->files()->name('*.php')->in($path) as $file) {
> 220| require $file->getRealPath();
221| }
222| }
223|
224| return $factory;
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Summary
Trying to add distinct values to a category table in Laravel 7 using factories
Self-enclosed code snippet for reproduction
Expected output
Actual output
The text was updated successfully, but these errors were encountered: