I am explaining you, how to compare two string in PHP by using the strcmp() function. it is case-sensitive function. strcmp() function will take two string as parameter string1 and string2. if function will return < 0 then the first string is less than the second string, if it will return > 0 then the […]
- Best Practices : Securing your Laravel application
- Laravel : Why Choose Laravel for Your Next Project
- How to add Twitter Authentication to a Laravel Website
- Laravel : Laravel’s important commands
- Laravel 8 : step by step CRUD operation in laravel 8
- how to secure your Laravel website
- how to apply/add datatable in laravel 8
- How to set up Spatie Media Library in Laravel 8
- Beginner: create Laravel controllers
- How to create migration and rollback in Laravel 8?
- Form Validation In Laravel 8
- Laravel Passport integration
- How to send OTP in the email on registration using Laravel API
- A quick guide to Install Laravel 8 on Windows 10 localhost Wamp server
- How to Get/Fetch website URL in Laravel?