Illuminate\Database\QueryException
Why this error is coming when we are going to migrate db. how can solve this error. follow this step Step:1– app/Provider/AppServicesProvider.php then paste this code as a in this pic.
Why this error is coming when we are going to migrate db. how can solve this error. follow this step Step:1– app/Provider/AppServicesProvider.php then paste this code as a in this pic.
What is Jenkins? Jenkins is one of the most popular DevOps tool for Continuous Integration and Continuous Deployment (CI/CD). It plays an important role in automating the software development process related to building, testing, and deploying, facilitating continuous integration, and continuous delivery. It was developed in the year 2004 by “Kohsuke Kawaguchi” and originally named…
In this tutorial, we’re going learn how to add authentication via Facebook to a Laravel app. In Short, How to add Sign-in with Facebook feature in our Laravel Project. For that, we use Laravel Socialite Package which is officially provided by Laravel (you can check Documentation here.) Socialite supports Facebook, Twitter, LinkedIn, Google, GitHub and…
New Relic Browser is a JavaScript library which is injected into your HTML documents to get detailed information about how your front-end code is executing on your users’ browsers. New Relic Browser willshow you JS errors broken down by browser, geographic response times and even full session traces of user engagement with your website.New Relic…
The deployments resource allows for querying, creating and deleting deployment records for an application. Deployment history NewRelic Deployments feature reveals the impact of deployments on your application’s performance. You’ll quickly see whether the deployment had a positive or negative impact on CPU, memory, response time, throughput, database activity, or errors. New Relic Pro customers can…
In this blog, I am going to show you how to do Improve your Website in easy way.When you create a page in HTML that time you can add in top of header tag this is very useful for your page or website: 1. Keywords Shitter:- Keywords Shitter a very useful website for easy tag…
Step 1 – Enable IIS in Windows 2016 Step 2 – Enable DOT NET and ASP.net in Windows 2016 Step 3 – Check Wether IIS is running or not by putting IP address using browsers Step 4 – Stop a default website “Default Web Site’ Step 5 – Create a new website in IIS Step…
It doesn’t actually matter where you put the New Relic agent. All that matters is that the agent and its support files (including newrelic.yml) are in the same folder, and that you set the -javaagent property of your JVM to point to the location of the newrelic.jar file. A very important thing to know: your…
Note: any changes you make to the configuration files require an iisreset or IIS restart. Method 1 – .NET Agent – The method to disable the agent depends on if you are using Framework or Core: Please check a image below;
If you are looking to host feature like stackoverflow on your own website then it would definitly upset you coz open source version of stackoverflow is not available. Stack Overflow is a question and answer site for professional and enthusiast programmers. It is a privately held website, the flagship site of the Stack Exchange Network,…
Example of Multple Ansible Play in One Playbook Example of Multple Ansible Playbook in One Yaml file
What is Swap in Linux?Swap is a space on a disk that is used when the amount of physical RAM memory is full. When a Linux system runs out of RAM, inactive pages are moved from the RAM to the swap space. Swap space can take the form of either a dedicated swap partition or…
Site Reliability Engineering is also referred as SRE. This is a phrase or a term that is being used very much nowadays but it was coined by Ben Treynor from Google in the year 2003. Site reliability engineering is a software engineering strategy or methodology and discipline that takes up the aspects of software engineering…
Error : When i am running below command to run start-seodaily-queue.sh file in background showing above error so let’s see how we can solve this error very easily. Command : nohup start-seodaily-queue.sh /dev/null & To avoid the above message you need to start it like : nohup start-seodaily-queue.sh </dev/null &>/dev/null & Note : Replace start-seodaily-queue.sh…
Many times, people use the git repository to host websites in productions by clone-push-pull but it has one drawback, it appears the .git directory is accessible via the web. How we can prevent this? Here there are 2 ways which are recommended given below; One redirects to a 404 aka to issue a 404 (w/…
Registered variables are similar to facts, with a few key differences. Like facts, registered variables are host-level variables. However, registered variables are only stored in memory. Register variables don’t survive across plays and different hosts than localhost. Registered variables are only valid on the host for the rest of the current playbook run. Register variables,…
In this world, money is the best motivator when choosing a career path. If you are considering shift career in technology and want to move forward. So this article is very useful for you because we have prepared a list of the top highest paid tech jobs for you in 2020-21. Now, let’s start. Data…
In this tutorial, we’re going learn how to add authentication via Google to a Laravel app. In Short, How to add Sign-in with Google feature in our Laravel Project. For that, we use Laravel Socialite Package which is officially provided by Laravel (you can check Documentation here.) Socialite supports Facebook, Twitter, LinkedIn, Google, GitHub and…