skip to Main Content

could not find driver Debian SQL Server PHP

I have a Laravel installation running on a Debian 9.9 server and PHP 7.4. I need to connect to a SQL Server database on a remote Windows server. I followed this guide to install the PHP extensions: https://learn.microsoft.com/en-us/sql/connect/php/installation-tutorial-linux-mac?view=sql-server-ver15#installing-the-drivers-on-debian-8-9-and-10 And this…

VIEW QUESTION

Redis – Unable to locate publishable resources

I have tried tried to publish this package using php artisan vendor:publish --provider="BeyondCodeLaravelWebSocketsWebSocketsServiceProvider" --tag="migrations" but I am getting Unable to locate publishable resources publishing complete I dont know what is the cause of the problem. Anybody who can help me.…

VIEW QUESTION

With proengsoft/laravel-jsvalidation I got " Argument 2 passed to must be of the type array" under Windows php7.4 – Php versions

I added proengsoft/laravel-jsvalidation to my laravel 6 app which works ok on my ubuntu 18 with PHP 7.2.24 But My client pulling the version got error on his Windows / php 7.4.2 as : #57 C:\xampp\htdocs\primewatch\public\index.php(55): Illuminate\Foundation\Http\Kernel->handle(Object(Illuminate\Http\Request)) #58 {main} [previous…

VIEW QUESTION
Back To Top
Search