kmanjari / hrms

Human Resource Management System automation using Laravel 5.2
161 stars 122 forks source link

cant login #30

Closed shan111111 closed 7 years ago

shan111111 commented 7 years ago

too many issues in views files.

khanof89 commented 7 years ago

What kind of issues ? If you are getting "Trying to get property of non-object" then it means your properties are not filled.

mndeto commented 7 years ago

The login page just flashes when you hit the login button.

khanof89 commented 7 years ago

did you seed the database ? if not then please do the following : php artisan migrate and then php artisan db:seed