This is my first time using Laravel 5
. Never experienced with any of other framework like CakePHP, CodeIgniter, Yii, etc. I just know how to use make api REST with slim framework
.
I already create a table users
as I can't access <<URL>>/home
. I create fields and load it some data. Whenever I want to try reset the password, it show error because I dont have table password_resets
. What are the steps to be taken after install the Laravel actually.
Thanks