• Generate Secure, Memorable Passphrases in PHP with PHP Passphrase

    Introduction Passphrases string together multiple random words like sphere-quartz-bright-flame to create credentials that are both secure and easy for humans to read and remember. PHP Passphrase, created by Nico Bleiler, generates these passphrases following the EFF’s suggested method for passphrase generation by combining random words…

  • Nimbus: An In-Browser API Testing Playground for Laravel

    Introduction Nimbus by Mazen Touati is a Laravel package that adds an in-browser API client to your application for inspecting and testing endpoints during development. Rather than switching to an external tool like Postman, Nimbus lives inside your Laravel project and automatically discovers your routes…

  • Mastering Eloquent Relationships in Laravel

    Introduction Eloquent ORM (Object-Relational Mapping) is one of Laravel’s most powerful and elegant features, providing an ActiveRecord implementation that makes interacting with your database tables intuitive and expressive. At the heart of Eloquent’s power lies its relationship system, which allows you to define and work…

Home » Read Our Blogs