The mysqli extension is missing. Please check your PHP configuration. See our documentation for more information.
Tag: Php
How to Use Authentication in Laravel 5.7?
Before you jump into this blog to implement the Authentication module in your Laravel application,
Laravel5.7 CRUD Operations Examples from Scratch.
We learned to set up our database and perform initial database migration in previous blog.
How To Install PHP7 in Ubuntu16.04 LTS?
PHP is not guided by Debain. And not all version of PHP are availeble in
How to set $PATH variable in Linux?
Java users know pretty much about what $PATH is and how to add a path
require(vendor/autoload.php):failed to open stream in Laravel5.7 PHP
During the installation of Laravel, composer collects all packages and configuration required to run a
PHP Internal Server Error 500. How to Generate Key in Laravel PHP?
Now all issues are solved and localhost is running, right? If not follow the installation
Laravel5.7 : MySQL Setup and Initial Migration. [Solved] “Illuminate\Database\QueryException : could not find driver (MySQL)”
We will connect our database in the framework and start performing CRUD operation. Before that,