lubusIN / laravel-gymie

👨‍💻 Gym & Club Management System https://gymie.in
MIT License
418 stars 247 forks source link

No connection #80

Closed chisumo2016 closed 4 years ago

chisumo2016 commented 4 years ago

Hi After installing the application and tried to use the php artisan migrate command. I get the following error in the terminal

No connection could be made because the target machine actively refused it Can you assist, please?

Also, where do I find these methods excludeGymie(), excludeArchive()

eg $users = user::excludeArchive()->paginate(10);

ajitbohra commented 4 years ago

It seems like a problem with your local database connection.

exclude are scoped eloquent queries you can find them in respective models under https://github.com/lubusIN/laravel-gymie/tree/develop/app