Skip to content

Backend developer blog

Primary menu

  • Pet projects
    • Text emojify
    • Website in cache
    • Find drop domains
  • Feedback
  • EnglishEnglish
    • РусскийРусский
  • About me
  • Backend developer blog
  • Laravel

Category: Laravel

Articles related to topic: Laravel and Lumen frameworks

laravel ide helper phpstorm

laravel autocomplete in PhpStorm

  • By php программист
  • 27.08.2021
  • No Comments

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 … Читать далее →

The page has expired due to inactivity. Please refresh and try again

  • By php программист
  • 27.08.2021
  • No Comments

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 … Читать далее →

Access denied for user ‘homestead’@’localhost’ (using password: YES)

  • By php программист
  • 27.08.2021
  • No Comments

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 … Читать далее →

My new Saas service changelog

https://t.me/bestdropio 🔥

Tools

  • 🗄️ Find website in cache
  • ✏️ Text emojify
  • ✔️ Find drop domains

Recent Posts

  • Optimization youtube iframe loading on your website
  • How to check website metrics DA, PA, DR, UR
  • laravel autocomplete in PhpStorm
  • The page has expired due to inactivity. Please refresh and try again
  • Access denied for user ‘homestead’@’localhost’ (using password: YES)
Copyright © 2018 Блог PHP программиста. All Rights Reserved.