Need to check if the route name that was given exists in Laravel 8? Sometimes we need to check the route name if exists to be sure that it will not th...
In this post, I will share how to implement multiple delete records using the checkbox in Laravel 8. Sometimes you need to add this functionality to s...
In this post, I'm sharing a short post on how to remove the last element value from an array in Javascript. If you need to remove the last value of th...
In this post, I'm sharing a short post on how to remove the first element value from an array in Javascript. If you need to remove the first value of...
Learn on how to generate QR code in Laravel 8. Sometimes we need to generate QR code now I will give you an example how to do it and apply to your pro...
In this post, I'm sharing how to generate barcodes in Laravel 8. If you have a task like a product that needs to generate a barcode or maybe you have...
In this post, I will share how to get the Laravel 8 routes inside a controller. If you need to get the routes and register them to your permissions th...
In this post, I'm sharing how to get Laravel 8 IP address from the current user location. Usually building a project we need to determine what users I...
In this post, I will share how to only accept images or specific extensions using HTML. Using this method will help to add extra checking before uploa...
In this post, I will share how to get a file extension on uploaded files in Laravel 8. We usually get the file extension of an uploaded file to custom...
In this post, I will share a short solution on how to determine the file size on uploaded files in Laravel 8. Sometimes we need to check first the use...
In this post, I'm sharing how to get the client mime type on the uploaded file in Laravel 8? Sometimes we need to determine if what is the mime type o...