[Laravel Tutorial] More Feature in Short URL Service: Click/View Tracking

Опубликовано: 20 Октябрь 2024
на канале: 01Coder
214
2

#laravel #inertia #php #design #webdev

Chapters:
00:00 Introduction
01:20 Create a new Laravel model for views
02:40 Develop ShortUrlViewService and its implementation
05:28 Service binding and dependency injection
06:58 Give it a try!

Continuing with previous video, I will add a new feature, clicks/views tracking, to the short URL service.

PR for this part of code change: https://github.com/sugarforever/short...

For other laravel related videos, please check out the playlist:    • Laravel