Skip to content

Filtered archive

Posts with tag coreui

Breaking Changes in CoreUI ver.3 to ver.5

Part of Real-World CoreUI Migration: From Laravel 8 to Laravel 11 CoreUI 3.4.0 was built on Bootstrap 4; CoreUI 5.1.2 is built on Bootstrap 5. This means two layers of breaking changes hit simultaneously — CoreUI's own API changes and Bootstrap's major version jump. SCSS Architecture: Complete Restructuring The SCSS import structure changed fundamentally. CoreUI 3 used a flat list of component imports via Webpack's ~ alias. CoreUI 5 requires a strict 7-step import order (matching...
Read More
coreui

Real-World CoreUI Migration - From Laravel 8 to Laravel 11

Introduction At the beginning, there was a simple requirement - to upgrade a small web blog from Laravel 8 to Laravel 11. In general, problems with upgrading Laravel versions are well known, but solutions for two areas: using the Tinymce editor for the admin dashboard CSS solution for the frontend application with Vite 5 and CoreUI 5 proved to be challenging. It is the second area, using the new versions of CoreUI and Vite, that we will discuss in the following text. Structural issues rooted in...
Read More
laravel