Tag Archive: laravel
SQLSTATE[HY000] [1045] Access denied for user ‘homestead’@’localhost’ (using password: YES)

SQLSTATE[HY000] [1045] Access denied for user ‘homestead’@’localhost’ (using password: YES) This Laravel error is simply telling you that you may have used the wrong username in your .env file. You can edit the Laravel database configuration details in the .env…
Read more
Understanding Routing and Views in Laravel

Introduction Our previous article had you create a blog project with Laravel. Laravel also has an official tutorial for creating a blog, which you may find useful as well. Instead of continuing along with creating the blog project we are going…
Read more
Laravel for Beginners

This article will introduce you to Laravel, a PHP Framework for building websites. Laravel allows developers to create beautiful and functional websites very quickly. Laravel is an MVC (Model View Controller) framework. If you are not familiar with how MVC…
Read more