Shortcuts from PhpStorm to VSCode
If you had been using PhpStorm for a long time and started to use VSCode recently, you must feel uncomfortable with the new Keyboard shortcuts. The easiest way to migrate … Read more
If you had been using PhpStorm for a long time and started to use VSCode recently, you must feel uncomfortable with the new Keyboard shortcuts. The easiest way to migrate … Read more
If you use youtube Iframe on your website this approach will be interesting for you to optimize page speed. Problem You use the Iframe probably you’ve noticed that your page … Read more
Guide how to check main metrics Ahrefs, Moz, Majestic for free. Original websites where metrics came from Majestic Citation Flow(CF), Trust Flow(TF) – https://majestic.com/reports/site-explorer Ahrefs Domain Rating(DR), URL Rating(UR) – … Read more
You install PhpStorm and find that autocomplete doesn’t work properly. How to fix that problem Install package https://github.com/barryvdh/laravel-ide-helper using composer: Open config/app.php Add service provider to array providers: To make … Read more
First of all you need to check config file /config/session.php and find where session files are stored. That error can appear because: Session is stored in files and directory storage/framework/sessions … Read more
Reason of that error is using default params for database connection. Probably You forgot to change values for database connection like DB_HOST, DB_DATABASE, DB_USERNAME, DB_PASSWORD inside .env file if you … Read more
While I was developing web service to looking for drop domains I wanted: to get domain’s whois information parse plain text(whois info) as result each field separately to database. Getting … Read more