Tinker is not a shell command. What Tinker at you to do is load up models and what's not in pure php without going through the controller while having the app stack
So use something like this: http://sqlitebrowser.org/
If you insist on using In tinker, you can always fetch data from your models with a User::all(); and it will show you which columns are attached to that table.
Of course this won't work if you have added some accessor or hidden some fields from the get of models hence why I proposed an outside gui which is how you would Explore a normal db anyways
thank your for responding.
I actually realized afterwards that the tool i was looking for is sqlite intself. so... something like "sqlite3 /database/database.sqlite" is what i needed.
I also tried the sqlite database browser and its really helpful.
Thanks again.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community