Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialKonrad Pilch
2,435 PointsLaravel migration
I connected to the database with port 33060 and i created tables
vagrant@homestead:~/Code/edwindiazproject$ php artisan make:migration create_posts_table --create="posts"
Created Migration: 2016_05_22_135432_create_posts_table
, i have user etc.. it's all in the database, but now that i try to just migrate it:
vagrant@homestead:~/Code/edwindiazproject$ php artisan migrate
[PDOException]
SQLSTATE[HY000] [2002] Connection refused
What's happening?
And im using Sequel Pro