Articles in this series
Did you know: In Laravel blade, you can use the $loop variable to check if a loop is at its first or last iteration, rather than using $i and $i++...
Starting with PHP 7.4, you can use arrow/lamda functions in PHP, just like you do in other languages like Javascript and...
Did you know: In PHP, you can also specify strict data types for variables and functions: but first, prepend declare(strict_types=1) at the beginning...
Did you know: Laravel 10 has been released Here's what's new: PHP 8.1 now supported Laravel Official Packages Upgrade Native Column Modification...
Did you know: Starting with PHP 8.2, asynchronous programming is now possible in...
Did you know: This is how you perform an advanced full-text search in Laravel #sigma_dev #100DaysOfLaravel #LaravelTips #100DaysOfCode day 5 PS:...