Hit the command below in the terminal
git config --global credential.helper store
ones this command is run, any git operation required credentials you do, credentials will be stored. Next time you don't need to put the credentials again.
Hit the command below in the terminal
git config --global credential.helper store
ones this command is run, any git operation required credentials you do, credentials will be stored. Next time you don't need to put the credentials again.
Protect your Laravel production server from accidental destructive commands with the Prohibitable Trait. Safeguard critical operations and prevent unintended data loss effortlessly.
Command to import DB through the command line in MySQL
To use environment variables (stored in a .env file) in your Sequelize CLI configuration, you'll need to use a package like dotenv to load the variables and then access them in your configuration file.
When you work with NodeJS and micro-service architecture by the end of the day there are a number of ports which you start using.To check which port is already in use, use the following command.
Here is a shell script boilerplate, to get you started. It's not much but it's still better than nothing.
There are a number of times we have a bunch of servers we need to run to fully run an application, yes i am talking about the microservice arch
Assuming that you have installed php from brew. You can switch the versions between php from the script below
Deployment is an integral part of development cycle. It can be a tough job or can be as simple job as running few commands if done by via Git.
Deployment script for laravel project
If you find my content helpful and want to see more quality articles, tools, and resources, consider supporting my work through GitHub Sponsors. Your support helps me dedicate more time to creating free, open-source content.
Become a sponsor