Skip to content
Advertisement

Tag: laravel-8

code event[] calendar in laravel 8 not working

I created a calendar with laravel 8 and PHP 8,it is running ok in php 7 but I have to upgrade to php 8 because of the demands of the times I have successfully saved data in the database but the data in mysql does not appear in the calendar, even though I have used event[], I have checked that

Define global variables to use inside components

I have a Laravel 8 project, with vue-sweetalert2 installed. I’d like to define the Toast behaviour once, and then call it inside my components. By now I have this code: /js/components/Mypage.vue This works fine, of course, but as you can see Toast is defined inside the method, and I cannot re-use it somewhere else. I’d like to define it inside

Want to compare two columns of different table in laravel

I want to compare two columns from two different tables, I have column called “Features” in Model Attrition_correlators and another “Topcorrelators” in Membersdetail. Since I am new to laravel not sure how I can get the value and compare both values. Here is my code: Controller.php I want to compare the data which I am getting $row with the values

How to return in DataTable

I created project in laravel with data table on it. I want to return a div value as progress bar in my column. But, only text shown in my table, not the progress bar. Here is my controller here is my view I want to add Bootstrap Progress in each progress column, is that possible? or something wrong in my

Advertisement