I'm integrating the PAYU payment gateway webcheckout.
I can now send the purchase data to the payu platform through the form provided by payu webcheckout in the documentation. It's the next ...
<form method="post" action="https://sandbox...
Hello apparently I have an error in my collection controller which already tried everything but still can not find the error, if they could help me it would be a good gesture: /.
I am trying to create a collection of an employee so I need your i...
You see, I am learning to use a library for PDF document development called Fpdf.
I have this code:
public function imprimir(Articulo $articulo){
$pdf=new Fpdf();
$pdf->AddPage();
$pdf->Image($articulo->foto->ruta(),...
I'm trying to make a copy of both format and content (one input and 2 select),
so that at the moment of pressing a button, that mini form appears, to put it some way below the original, I have researched and they tell me that with the .clone of...
Good morning
I have a form that I make inside a cell of a table, what I have there works well.
link
The problem is that I wanted to leave the button in a cell separately, but it is not possible, since this divides my form, therefore i...
Someone knows some more complete documentation of Export Excel 3.1 I want to join cells for the name of my report and give them a style until now I just manage to put the header.
public function headings(): array
{
return [...
I managed to make him make the command to look up the data of a table, but he does not show them in the datatable, I do not know why. Does the query, but does not show it.
I already asked this question 2 times, and nobody even tells you. I do...
My question is the following as I can call from a mysql database in my view in laravel, and filling that data in a list with checkbox so that I can choose the user to whom I want to upload a file of type pdf or doc or txt if you could help me wi...
You see, I have the following code:
<script>
function jmgModal(id, data, ok, cancel, input){
data=data || {};
id="modal-"+id;
if(document.getElementById(id)==null){
var d=document.createElement("div");
d.c...
You see, I have the following function to create a document in Word format:
public function imprimir(Articulo $articulo){
$deciso='descargas/'.$articulo->titulo.'.docx';
if(!file_exists($deciso)){
$phpWord=new \PhpOffice\Php...