Posts tagged coreui

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

Published At: Updated At: 2026-03-07

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...

Read More