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 »
You may be familiar with the migrate:refresh command that allows you to rollback and re-runs all of your migrations. This helps when you need to rebuild your database during development. Coming to Laravel 5.5 is an improvement on this with a new command n... (more…)
Read more »
AWS KMS is an incredible offering by AWS that manages encryption
keys, automatic rotation and secure storage. With rotation enabled,
AWS will generate a new encryption key once a year without deleting
the previous keys. Any cipher generated by old keys ca... (more…)
Read more »
Tailwind scaffolding for the Laravel framework. Contribute to laravel/jetstream development by creating an account on GitHub. (more…)
Read more »