shahriarsagor
shahriarsagor
sr sagor
5 posts
welcome from https://codingspoint.com
Don't wanna be here? Send us removal request.
shahriarsagor · 4 years ago
Text
0 notes
shahriarsagor · 4 years ago
Text
How to telescope installation and configuration in laravel?
Hello to all! Now in this article, i will talk about laravel telescope installation. i will use how to install telescope laravel? So in this article i will goes to detailed descriptive on telescope installation and configuration step by step. I will look at example of telescope installation and configuration. So Let’s start with laravel telescope tutorial.
So now in this tutorial, i will show you how to telescope installation and configuration in laravel 5.8 ,laravel 6, laravel 7 and laravel 8 version.
Laravel Telescope is a debug assistant for laravel project. Whenever you will write code it is very hard to debug and find the error in your application manually. Telescope will provides access to the requests coming into your application, exceptions, log entries, database queries, model watch, catch, redis, queued jobs, mail, scheduled tasks and more in one place.
So, now here i will give you a very simple step of how to install telescope in your laravel app and also how it looks after install.
Read Also : PHP AngularJS CRUD with Search and Pagination Example From Scratch
Install Laravel Telescope Package
Install telescope for with following command:
composer require laravel/telescope
you can also install for specific environment:
composer require laravel/telescope --dev
Read Also : How to Autocomplete Textbox in Laravel 8 with Ajax?
Install Telescope
after install this package, we have to also install telescope by using following command that will create migration files and configuration file.
php artisan telescope:install
now let’s run following command to create tables for telescope.
php artisan migrate
now you are ready to run telescope. so let’s run project:
php artisan serve
open bellow url
localhost:8000/telescope/requests
Read Also : How to Get Selected Option Text in Vue JS ?
What features provide by telescope?
Requests
Commands
Schedule
Jobs
Batches
Cache
Dumps
Events
Exceptions
Gates
Logs
Mail
Models
Notifications
Queries
Redis
Views
Thanks For reading. Hope it will help you . Also you can follow us on Facebook
0 notes
shahriarsagor · 4 years ago
Text
Drag and Droppable Cards By Using Laravel JQuery UI Example
In this instructional exercise, I will clarify how you can drag and droppable cards utilizing laravel jquery ui.we will show drag and droppable cards utilizing laravel jquery ui model.
Dynamic arranging or simplified rundown cards , it’s astounding things for customer or any client to get stream. On the off chance that you make arranging with intuitive capable cards or div for your Items/item at that point it’s amazing.
I might want to impart to you how to make simplified cards utilizing jquery ui and furthermore we will make it dynamic utilizing laravel 6. so essentially we will save information into data set utilizing jquery ajax. we will utilize bootstrap for simply improve it design. we need to utilize jquery ui for make column. we will utilize cdn jquery ui or css.
So follow underneath step to done this model.
For More You can click here
0 notes
shahriarsagor · 4 years ago
Link
#reactjs
0 notes
shahriarsagor · 4 years ago
Text
Hi Guys,
In this example,i will learn you how to get attribute value in jquery.you can easy and simply get the attribute value in jquery.
Get the value of an attribute for the first element in the set of matched elements or set one or more attributes for every matched element.In following example i give you three way to get custom attribute value in jquery.
For details please click here
1 note · View note