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
12th Sep 2021 • David Carr Laravel Livewire update dependent select menu's on change Since Livewire is reactive, it's easy to hide or show select menu's based on whether another... Read more
11th Sep 2021 • David Carr Create Bitly short links with PHP Bitly is a great tool for creating short links, in this post we will use their API to generate links... Read more
10th Sep 2021 • David Carr Testing Blade components in Laravel Laravel provides a range of methods to test parts of the framework, one of which is called blade() w... Read more