Open bonbon1702 opened 10 years ago
Yeah, sound like me. I think it's because Sublime cann't handle an command input, Solution is you must create custom command in Preferences > Package Settings. And then create migrate command and add "--force" (without dublequote) in the last of your command. You can check in cmd, because --force to skip from apllication production input. (php artisan migrate --force)
Hopefully works ^___^
Or maybe you can easily by add TRUE in bootstrap/start.php to be like this : 'local' => array('homestead', true), And you may use database setting not in app/config/database.php again, but in app/config/local/database.php
Hope will help some people :)))))))
Hi, I am using Window with xampp, and sublime text 3. I follow your guild to copy laravelgenerator.sublime-settings file in users/ with path:
every thing work nice, but when i try aristan:migrate, it make error:
Thanks for helping!