dazzz1er / confer

Easy real-time chat for laravel 5 based websites and applications
133 stars 47 forks source link

Class ConferSeeder does not exist #23

Open electricfan opened 8 years ago

electricfan commented 8 years ago

I have followed the installation instruction yet when I run

php artisan migrate --seed

I received this error

[ReflectionException] Class ConferSeeder does not exist

any ideas, help please?

perffy commented 8 years ago

create the seeder using the console. After than copy the code from the vendor ConferSeeder to the new :)

agenciajaque commented 7 years ago

how do that?