Learn about the new features and changes in the latest Laravel 8 release. (more…)
Read more »
Sometimes you need to ensure a record is unique, but only if another has a certain value. Does this sound strange? Let me give you an example:
The SaaS Problem
You are building a SaaS and each customer can add users, but users can only be added once,... (more…)
Read more »
Route Model Binding in Laravel is incredibly powerful, and a key skill in any PHP Developer's set. You can quickly build dynamic routes and pull data from the database with some simple type hints. (more…)
Read more »
A simple Laravel package for generating download links with options such as expire time, IP restrictions, etc. - armancodes/laravel-download-link... (more…)
Read more »