after generating migration and ran the migrate command (php artisan migrate) I saw this error:
PHP Fatal error: Class 'Admin_Create_Galleries' not found in /var/www/sampleapp/laravel/cli/tasks/migrate/resolver.php on line 121
I have no idea in this error, after searching on resolver.php, I found no "Admin_Create_Galleries" word on resolver.php. Could you help me with this errors?