-
SQLSTATE[42000]: Syntax error or access violation: 1055
In one of my Laravel projects, I recently encountered an issue related to SQL syntax error or access violation “SQLSTATE[42000]: Syntax error or access violation: 1055 ‘laravel_app.tests.title’ isn’t in GROUP BY“. This issue appeared in the Laravel application which is based on online tests that can be attempted by users. On an admin page, we…
-
Beginner’s Guide: How to Install Laravel on Windows
In order to run Laravel on your local machine, you’ll need to have a local development environment like XAMPP installed. If you’re using Windows, you can easily install XAMPP from the official website here. XAMPP will set up Apache, MySQL, and PHP for you, providing the perfect environment for running Laravel. Setting up a Laravel…