How to install the telescope in Laravel | Devstringx Technologies
Laravel is a web framework which is mostly used for web and api development. It has a large community of developers. And a rich collection of library’s. In this blog we will learn about telescopes.
Telescope is a Laravel library Telescope provides insight into the requests coming into your application, exceptions, log entries, database queries, queued jobs, mail, notifications, cache operations, scheduled tasks, variable dumps, and more.
Steps to install the telescope in your project
Step 1. Run the blow command in your project
composer require laravel/telescope
Step2. After install the telescope publish it’s asserts and create required table’s using below commands
php artisan telescope:install
php artisan migrate
step3.Now open the url
Step4. Your telescope is installed successfully
Request screen
Query screen
.
.
Originally published at https://www.devstringx.com on Aug 10, 2021