Horje
Call to undefined function factory() in Psy Shell code on line 1 Code Example
Call to undefined function factory() in Psy Shell code on line 1
In Laravel 8, the factory helper is no longer available. Your Thread model 
class should use `HasFactory` trait, then you can use your factory like this:

Thread::factory()->count(50)->create();

For more : https://laravel.com/docs/8.x/database-testing#creating-models




Shell

Related
git flow init Code Example git flow init Code Example
@react-navigation/bottom-tabs install Code Example @react-navigation/bottom-tabs install Code Example
pm2 remove app from list Code Example pm2 remove app from list Code Example
start elasticsearch service ubuntu Code Example start elasticsearch service ubuntu Code Example
git remote add origin gitlab Code Example git remote add origin gitlab Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11