Laravel: Fix Nothing to migrate error on php artisan migrate
![]() |
If you get the “Nothing to migrate error” when you run the command: php artisan migrate, run following: |
Latest Posts» |
![]() |
If you get the “Nothing to migrate error” when you run the command: php artisan migrate, run following: |
![]() |
In order to redirect everything on web routes, you can add the following piece of code in your app’s route/web.php file In order to complete disable the web.php routes and just use Laravel for API, you need to comment out the following section in the boot() method under the RouteServiceProvider class in the app/Providers/RouteServiceProvider.php file. |
![]() |
Let’s get to installing Nodejs, npm and nvm right away on your Macbook with Apple Silicon M1 processor. First, You should go ahead and create a profile file (~/.bash_profile, ~/.zshrc, ~/.profile, or ~/.bashrc) for your shell if you do not have one already. Next, if you do not already have the xcode command line tools… |
![]() |
Vertical Scaling requires you to upgrade one machine to a bigger machine with more CPU power, RAM, Hard disk storage. However, Horizontal Scaling would mean you buy multiple machines and solve the scalability issue. 1. In Vertical scaling, there involves inter process communication which are very fast and your service will perform the algorithms /… |
![]() |
If you use Google Drive on your Apple computer, here is how you can rename the Google Drive folder. Now if you ask me why would anyone want to rename their Google Drive folder, there could be a multiple reasons – for instance, you do not like a space in the Folder Name 🙂 First… |
![]() |
One of the factors that ensure a business enterprise is profitable and sustainable is the ability to generate revenues consistently. It can be really frustrating in business to hit your monthly sales targets only to find that you have to start from square one again when the next month begins. Operating a business on such… |
![]() |
Looks like there is a bug in WP core that leads to target=”_blank” being stripped from Author or user Profile Bio and Category Description. Here is the link to this bug:Â https://core.trac.wordpress.org/ticket/12056 In order to fix this, you need to add the following piece of code to your theme’s functions.php file: |
![]() |
E-commerce is big. As of today in 2020, it is a 1 trillion Dollar mammoth. And wherever there is so much money involved, there ought to be fraud and theft! WooCommerce Security is a very big challenge for all storeowners who use WooCommerce to power their online business and this article is exactly why When… |
![]() |
WooCommerce is a free WordPress plugin that is really useful for ecommerce businesses. This plugin was created in 2011 and is now used by thousands of ecommerce websites worldwide. It is an easy toolkit that lets you sell anything you want online. More than 50% content websites on the internet are powered by WordPress! Recently,… |
![]() |
How to setup XCode and Github integration for a more organized iOS development using Objective C and XCode. Whenever I start a side project that I am okay with putting up in the public domain, I use Github to manage the version control. For all my other commercial or not-meant-for-public-release projects are hosted using Bitbucket… |