How to fix ‘Unchecked runtime.lastError: The message port closed before a response was received’ chrome issue?
I disabled all installed extensions in Chrome – works for me. I have now clear console without errors.
I disabled all installed extensions in Chrome – works for me. I have now clear console without errors.
Laravel 5.3+ Rollback one step. Natively. php artisan migrate:rollback –step=1 And here’s the manual page: docs. Laravel 5.2 and before No way to do without some hassle. For details, check Martin Bean’s answer.
Composer 1.x and 2.x Running the following command will remove the package from vendor (or wherever you install packages), composer.json and composer.lock. Change vendor/package appropriately. composer remove vendor/package Obviously you’ll need to remove references to that package within your app. I’m currently running the following version of Composer: Composer version 1.0-dev (7b13507dd4d3b93578af7d83fbf8be0ca686f4b5) 2014-12-11 21:52:29 Documentation … Read more