PHP substr_count() Function
The substr_count() function counts the number of times a substring occurs in a string. The substr_count() is a built-in function in PHP and is used to count the number of times a …
PHP substr_count() Function Read MoreThe substr_count() function counts the number of times a substring occurs in a string. The substr_count() is a built-in function in PHP and is used to count the number of times a …
PHP substr_count() Function Read MoreIn this tutorial, we will explain to you how to use laravel str substrCount() function with an example. The Str::substrCount method returns the number of occurrences of a given value …
Laravel substrCount() function Read MoreIn this tutorial, we will show you how to check at least one checkbox is checked or not in jquery. We have tried to explain this simple step by step. …
How to Check Atleast One Checkbox is Checked or Not in JQuery? Read MoreIn today’s tutorial, we will learn how to create custom middleware for 301 redirections to non index.php URL. Having index.php in the URL is not good for the SEO practice. We can …
Laravel create custom middleware for 301 redirections to non index.php url Read MoreIn this Laravel PHP Tutorial, we will let you know how to create custom middleware to remove/delete whitespace from the string in the request. Laravel is a great framework that …
Laravel middleware to remove/trim empty whitespace from the input request Read MoreIn this Laravel PHP Tutorial, We will learn how to validate custom date format with laravel validator. Laravel has provided many features and with its updates for data validation. You …
How to validate custom Date Format with Laravel validator Read MoreIn this tutorial, we will learn how we can delete a file from the public storage folder in Laravel. In web development, when we delete the data we only need …
Laravel 8 – How to delete a file from the public storage folder Read MoreIn this Laravel tutorial, we will learn how we can move files from one folder to another folder or from one location to another location with a simple example. When …
Laravel 8 – How to move files from one folder to another folder Read More