Skip to content
Advertisement

Laravel Export : Problem with the excel formatting

I’m having a problem with the excel formatting of export operation, here’s my code SubmissionDetailExportExcel.php pengajuan_detail.blade.php When i opened the exported file, it became something like this: The second data after the first one goes to the right instead in the same column, how do i fix this Answer Fixed it by deleting the “rowspan”

Laravel 9 with argument 2 must be of type ?callable, string given

I’m following a tutorial. In the controller I’m using with to send a success message. I’m getting an error message once the form is submitted and I’m redirected to the index page the code there looks like this. This is the error message: with(): Argument #2 ($callback) must be of type ?callable, string given, called in C:laragonwwwrecipe_projectappHttpControllersRecipeController.php on line 49

How to remove unused tags on my WordPress site?

I have the following site: https://www.daenischer-kerzenshop.de/ If i look at the source code via the browser, I can detect empty tags. Does anyone happen to know why they are generated and how I can remove them? I have searched all possible files and removed all code that could possibly cause this.Unfortunately I could not find a usable plugin either. Here

Add array data by name php

I’m new to arrays. I’d like to know if you can add data to the array by name. This would be an example of what I want to achieve example: result what I want is to add the data “ibanez” to the array “names” but nevertheless create a new one. I need it to stay this way. Is there any

Using a for loop to display HTML element using JavaScript

I’m currently working on a project where I have a gallery (Gallery.php) containing a carousel of images, if an image is clicked on, the ImageID (I have set) and the Image URL are added to a 2D array in the localStorage. I am attempting to retrieve the array from localStorage in the homepage (index.php) which works as confirmed by logging

Advertisement