4th Jun 2022 • David Carr Mockery 1 Illuminate Console OutputStyle askQuestion() but no expectations were specified When running a PESTPHP test if you come across this error... Read more
4th Jun 2022 • David Carr Laravel Security Headers This weekend, I changed the design of this blog whilst doing so I wanted to add the security headers... Read more
24th May 2022 • David Carr Livewire clear modal on close When you have a model that's been partially filled and a modal is closed using Alpine ie: Read more
24th May 2022 • David Carr Livewire confirm Sweet Alert Using Sweet alerts with Livewire is possible by triggering events from Livewire / AlpineJs and havin... Read more
23rd May 2022 • David Carr Image intervention - Image source not readable When using intervention package for uploading images you may come across this error when upload... Read more
21st May 2022 • David Carr Fatal: Authentication failed (on git push) Lost authentication from BitBucket resulting in invalid credentials.... Read more
10th Apr 2022 • David Carr 50% off Modular Laravel book until April 17th It's my birthday on April 15th to celebrate I'm giving 50% off my book Modular Laravel... Read more
18th Mar 2022 • David Carr Testing dynamic file uploads with Laravel When working with file uploads where the file name is generated, how do you know what the file name... Read more
3rd Mar 2022 • David Carr New Laravel Package: Laravel Module Generator I've been working on a new package for a few weeks, this goes hand in hand with Laravel Modules,... Read more
22nd Feb 2022 • David Carr Laravel Modules new docs website I've recently started helping Nicolas Widart with his awesome package Laravel Modules I've... Read more
2nd Jan 2022 • David Carr Best productivity app for mac: Alfred One of the first apps I install on a fresh mac is an app called Alfred https://www.alfredapp.com/. F... Read more
1st Jan 2022 • David Carr New book: Laravel The Modular Way For years I've built Laravel applications using Laravel modules. I prefer to use laravel modules... Read more
6th Dec 2021 • David Carr View calenders in Terminal using built-in commands This tweet introduces how to show a calendar in a terminal, very neat! Read more
4th Oct 2021 • David Carr 10 Best Bootstrap Free and Premium Admin Panels in 2021 Dashboards are an essential part of every web application. A good dashboard can help an organization... Read more
13th Sep 2021 • David Carr Using Laravel's withCount to count a sub query When you need to could a sub query Laravel provides a useful withCount method that is perfect. Read more