You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Database needs created on AWS. A Laravel connection to this database needs to be created. The Laravel application should point to this connection. The db migration scripts also need ran on the server.
To create the tables in the db run this command in terminal:
php artisan migrate
(note: I had to delete the update user ids script to migrate properly)
No description provided.
The text was updated successfully, but these errors were encountered: