skip to Main Content

Can Laravel identify the route?

I have a dynamic navigation (all names, icons, links, aand all other things comes from table). But when I tried to use link I get error that Route [soon] not defined @foreach($categories as $item) <li class="sidebar-dropdown"> <a class="fw-bold" href="javascript:void(0)"><i class="uil…

VIEW QUESTION

Laravel 8 Jobs/Queues and API

My task is to develop a eCommerce shop with Laravel 8. I have implemented the product retrieving part as a job and in the controller I have dispatch. Idea is to improve efficiency and support concurrent users and handle parallel…

VIEW QUESTION
Back To Top
Search