Transform Your Laravel Requests with Ease. Cambia is a powerful Laravel package designed to effortlessly cast request inputs into specific types. Whether you’re dealing with dates, booleans, or custom data structures, Cambia saves you time and keeps your code clean ...
We dive into an exciting project where we demonstrate how to process video files using PHP, FFmpeg, and use OpenAI’s API to generate concise text summaries.
In this video learn how to send an audio file to Open AI’s API and get the text from the audio file. It’s quite simple thanks to the API and the open-source PHP packages. Follow me: X: https://twitter.com/nick_escobedo LinkedIn: https://ift.tt/DPu6MHZ
Laravel’s sleep fake is important because without using it your tests will be slow. Follow me: Tweets by nick_escobedo https://ift.tt/mFzyRUV
Learn about Laravel Sleep in 60 Seconds Follow me: Tweets by nick_escobedo https://ift.tt/mFzyRUV
Logging may not be the sexiest topic in software development, but trust me, it’s one of the cornerstones of maintaining a robust application in production. If you’ve ever been stuck trying to unravel a particularly nasty bug, you know that ...
Quick overview of the new features in Laravel 11. Chapters 0:00 Intro 0:38 Streamlined App 2:26 Base controller 2:42 Default database connection 3:20 Laravel Reverb 4:03 Scheduling Facade 4:41 Per-second rate limiting 5:25 Up route 6:09 Key rotation 7:07 Password ...
Learn the basics of PHP enums in 60 seconds. Follow me: https://twitter.com/nick_escobedo …
Laravel Tinker for PhpStorm is one of my favorite PhpStorm plugins. You can run PHP code snippets without having to stop and …