Add Tailwind CSS to a CodeIgniter 4 Project
I had a few problems installing tailwindcss but found this to work. npm install -D tailwindcss npx tailwindcss init Update tailwind.config.js as below: Code: /** @type […]
I had a few problems installing tailwindcss but found this to work. npm install -D tailwindcss npx tailwindcss init Update tailwind.config.js as below: Code: /** @type […]
If you get this error after a fresh install of CodeIgniter 4 using php 8.4; “Fatal error: Declaration of CodeIgniter\I18n\TimeTrait::createFromTimestamp(int $timestamp, $timezone = null, ?string […]
If you get this error message; An uncaught Exception was encountered Type: Error Message: Call to undefined method MY_Loader::_ci_object_to_array() Filename: /home/<user_name/Documents/Development/Sites/cp/application/third_party/MX/Loader.php Line Number: 300 On […]
It seems that this is caused by Codeigniter 3 changing an internal function. I am not going to chase down the specific commit where this […]
One of those doh!! moments when you do something quickly to get it working and didn’t think through the consequences. I had 3 linked tables […]
Copyright © 2025 | WordPress Theme by MH Themes