Level 88
Are you sure you are using the correct database? Did you setup the correct values in your .env?
This question might help you out: http://stackoverflow.com/questions/82875/how-do-i-list-the-tables-in-a-sqlite-database-file
Hello there. I have been following the tutorial provided in laracasts so far. But I'm stuck with migration. I have two files with my database/migrations folder; users, password_resets I successfully migrated those files with the command php artisan migrate However, when I went into sqlite (sqlite3 storage/database.sqlite) and Input .tables, Nothing appears. How is wrong with me? Would you help me out?
Best
Please or to participate in this conversation.