Skip to content

Backend developer blog

Primary menu

  • Pet projects
    • Broken link checker
  • Feedback
  • English
    • Русский
  • 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 developer
  • 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 … Read more

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

  • By developer
  • 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 … Read more

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

  • By developer
  • 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 … Read more

TOOLS

    • 🗄️ Find website in cache

 

Recent Posts

  • Golang string to byte array
  • Golang string split
  • What is Context in Golang
  • Dogs breeds dataset
  • PageSpeed Insights. Reduce unused JavaScript
Copyright © 2025 Site name.. All right reserved.