Staying Sane In a CrAZy World
Tips to stay sane in a world where crazy is becoming the norm.
Hit 1-5 to navigate
posts
Make youreself at home. Read my thoughts. Formulate your own. And ideally, let me hear yours too, I'm available on email at [email protected]
Tips to stay sane in a world where crazy is becoming the norm.
Avoid this trivial exception in your Laravel migrations.
make your own "php artisan make:" command in a super clean way.
Logs can eat disk space on a busy system like Chrome eats memory, let's see how to prevent that.
A quick tutorial to show you how to implement multi-guard authentication in Laravel, separating database tables, models, views ...
Ever wondered how Laravel hot swapes drivers for services, like the database and queue? let me show you how you could implement the same.
See how to create an idempotent seeder to generate permissions for your resources.
Let's see how to access the MySQL server inside of Homestead using the same port for host and guest machines.
A Tag can have many parents, and also can have many children, how do we model this in Laravel Nova?
See how to change the database connection details mid-request.