In this post, I will show you how to implement a Media Selector jQuery plugin which enables you to select single or multiple images (or any other elem...
In this post, I will show you how to implement an animated dropdown menu using jquery a library that makes our dropdown menu interactive.
In this post, I will share an example of how to implement jquery Datatables ajax in PHP and MySQL using PDO. If you have hundreds of thousands of reco...
In this post, I will share a basic example of how to work with jquery datable. I will provide an example for you to understand how to implement it in...
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 an example of how to upload an image in Laravel 9 using ajax. In my previous post, I posted about Laravel image upload with...
In this post, I will share an example of how to upload an image on Laravel 8. When developing a Laravel application the functionality of uploading ima...
In this post, I will share an example for Laravel Eloquent Query. The Laravel Eloquent all() method will retrieve all results in the model's table. Bu...
In this post, I will share a javascript random number generator using jQuery with Bootstrap 4. That will generate random lottery numbers with awesome...
In this post, I will share an example of how to retrieve records in the Laravel model. After saving records we need to retrieve the records and show t...
In this post, I will share an example of how to add default eloquent model values on Laravel 8. If you want to add a default value of your model field...
In this post, I will share how to use SQLite Database in Laravel 9. If your project is light and not a huge database then Laravel SQLite is suitable t...