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
Tag: laravel-8
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
Laravel edit page does not call CSS and JS when on a server
I made an edit page for my application which is accessible via the index. I have a master.blade.php file that contains all the references for scripting and the CSS links. and every page calls this master page to make use of the Nav bar, heading and the CSS/JS. The edit page does not seem to call this and on the
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
How do I sum all checkboxes in javascript / jquery and how can it be dynamically displayed in a bootstrap label?
I am trying to get it dynamic but I just can’t get it done. The label must add up all checkboxes and if a checkbox is checked or unchecked the total count number must be up or down. If one checkbox is clicked and it is checked, the label must go up with +1, if the checkbox is clicked and