Md. Asif Iqbal

Md. Asif Iqbal

·2 weeks ago

Laravel Convert String to Lowercase Example

  Hello Dev, Today we are going to learn Laravel Convert String to Lowercase Example. In the world of web development, Laravel is a powerful PHP framework known for its simplicity and elegance. It provides developers with a wide range of tools and features to build robust web applications. One common task in...


Doingbusiness inBangladesh

Doingbusiness inBangladesh

·1 month ago

Virtual office address rent in Kuala Lumpur

Virtual office rent price in prime location start from RM 20 monthly and minimum 6 months package.   

Virtual office address rent in Kuala Lumpur

ASIF IQBAL

ASIF IQBAL

·3 months ago

Stop using dd() to debug Laravel code use this free tool instead

  Laravel is a popular PHP framework for web development. It provides several features that make it easy to create complex web applications. However, debugging Laravel code can be difficult. One common method for debugging Laravel code is to use the dd() function. However, the dd() function can be slow and inefficient. In this article,...

Stop using dd() to debug Laravel code use this free tool instead

MD ASIF IQBAL

MD ASIF IQBAL

·4 months ago

20 PHP Features You Should Know in 2023

  1. str_contains(): Checks if a string is contained in another string. $sentence = "The quick brown 🦊 jumps over the lazy 🐶.";$word = "🦊";if (str_contains($sentence, $word)) { echo "The sentence contains the word 🦊.";} 2. str_starts_with(): Checks if a string starts with a given substring. $sentence = "🚀 Launching...

20 PHP Features You Should Know in 2023

Loading...