python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Connecting Laravel with SQL Server database always shows error "could not find driver"
I want to connect Laravel (version 8), with a SQL Server database (SQL Server 2008 R2).
I've done the installation and followed some tutorials with steps like the following, where the version I instal...
Muhammad Faisal
Votes: 0
Answers: 2
Why the gulp browsersync() does not work with Laragon?
Some times ago I created the simple gulp file for to automate development a bit. At the time, I was just working with XAMPP and my gulpfile worked well. But for the last time I started using the Larag...
vicso
Votes: 0
Answers: 1
LARAGON img path
I added an image file on my project folder in laragon root with the following path:
C:\laragon\www\myproject\public\img\image.jpg
and another on
C:\laragon\www\myproject\resources\img\image.jpg
when p...
Mirana Chloe
Votes: 0
Answers: 1
npm installation eroor on fresh laravel 8 app
I am using laragon. Created a fresh laravel 8 app. Installed Jetstream and livewire. Then tried running npm install && npm run dev. but getting error.
I have tried Delete node_modules folder ...
Shoovoon
Votes: 0
Answers: 1