skip to Main Content

Laravel – How to remove rules from css/app.css with my css file?

In laravel 8/ coreui 3.4 app page news <x-layouts.news> <x-slot name="title">{{ trans('News') }}</x-slot> ... <div class="news-content">{!! Purifier::clean($news->content_shortly) !!}</div> ... </x-layouts.news> is based on common app layout/css with resources/views/layouts/news.blade.php template which has 2 css files include : ... <link rel="stylesheet" href="{{…

VIEW QUESTION

Laravel use WHERE with relation

I need to filter categories by name. Category name is stored in separated table category_details. When i listing this in blade all is good but when i need to filter it its show SQLSTATE[42S22]: Column not found: 1054 Unknown column…

VIEW QUESTION
Back To Top
Search