MySQL Unable to connect to Digital Ocean managed database Recently I have subscribed to Digital Ocean managed database and I was facing this issue where I was not able to connect to the database. I got the following error.
MySQL Can't connect to MySQL server on '127.0.0.1' (61) on Mac using MySQL Workbench This issue came up when I recently restarted my MacBook. MySLQ was installed to my Mac using Homebrew, so I checked the whether MySQL is running using the following command
Laravel Create custom action in Laravel Nova Laravel Nova provides a feature where you can create custom actions to modify multiple table records at the same time. Here, I am trying to create a custom action to
Laravel Create custom filter in Laravel Nova Currently I am working on a donation collection application. In this I have to create customs filters to filter out the recipients from different categories. So, to create the filter,