I have just read the installation guide. I believe that after running php artisan telescope:install, you got to run php artisan migrate.
Trouble Installing Telescope in Fresh Project - "Could Not Find Driver"Error
Hey everyone,
I hope you're all doing well. I'm currently facing a bit of a roadblock while trying to install Telescope in a fresh Laravel project, and I could really use some guidance or suggestions.
Issue Overview:
I've been working on setting up Telescope for debugging purposes in my Laravel project. However, after following the installation instructions meticulously, I seem to have hit a snag. When I access the Telescope dashboard, it keep scanning and scannig when I open the network tab I found an erorrr -> "Could not find driver". with a status code 500 This is puzzling to me because I've made sure that the MySQL driver is functioning properly, and I've even run all the necessary migrations.My Configuration:
My Configuration:
- Laravel Version: 10.18.0
- PHP Version: 8.1.21
- Composer Version: 2.4.2
Steps Taken:
Here's what I've done so far:
- Installed Telescope using Composer.
- Added the Telescope service provider to my config/app.php file.
- Published the Telescope configuration and assets.
- Run Telescope migrations using php artisan telescope:install.
- Ensured that the MySQL driver is working fine for my project.
Error Details:
The error message I'm encountering specifically states: "Could not find driver." I'm a bit perplexed by this, as I've already confirmed that the MySQL driver is operational and that my database connections are configured correctly.

Please or to participate in this conversation.