How to create custom ID Generator in Laravel 8

Опубликовано: 13 Октябрь 2024
на канале: Sawa Stacks
18,758
247

In this video, we will show you how to make custom id generator in laravel 8. The ID generator takes a unique external ID in the form of a string and returns a unique ID, which can be used as an item ID (for example, TLS006, STD-0005, INV_5750). You can use this example in order to make your own custom id. You can use this when you want to make Invoices, appointments, students , etc IDs.

Get this project Github repository:
https://github.com/mberecall/Custom-I...

If you didn't know how we created Helper, please watch the following video:    • How to create custom helper in laravel 8  


You can watch these videos:
Send email using phpmailer in laravel 8:
   • How to Send email using PHPMailer in ...  

Upload file with auto rename if exists in laravel 8:
   • Laravel 8 tutorial | Upload file  

Create Custom ID generator in Laravel 8:
   • How to create custom ID Generator in ...  

Make custom helper in Laravel 8:
   • How to create custom helper in laravel 8  

Fix localhost and phpmyadmin not working when you use xampp:
   • How to fix localhost and phpmyadmin n...  

PHP not recognized as external or internal command:
   • PHP is not recognized as an internal ...  

Register and Login in PHP with jquery validation | part 1
   • Login and Register in php with jquery...  

Register and Login in PHP with jquery validation | part 2
   • Login and Register in php with jquery...  

Upload file in php with validation:
   • How to upload file with validation in...