index.blade.php index.js Controller.php
Category: Programming
Javascript Call Function From iFrame
here this code
Python – Create data dummy attendance
The output from file excel requirements.txt .env config.py conn_mariadb.py generate.py
PHPWord Convert HTML + PDF
First get library PHPWord and DomPDF in your project And this is sample script execution file
Ubuntu Install Multiple XAMPP
The default directory install on /opt/lampp if you install xampp php7.4 and xampp php 8.2 you can install on directory default. But after success extract file, you rename folder lampp to lampp7.4 and lampp8.2. How i to use lampp? you rename again the folder target xampp $ cd /opt$ sudo mv lampp7.4 lampp$ sudo /opt/lampp/lampp…
Javascript Object Create or Delete from Variable
Create object Delete object
Laravel – DomPDF “Table Page Break”
Jquery – Ajax Async Parallel
you can set ajax async: false , example this
Laravel – Delete relation data and backup records to JSON
Create class helper on folder App sample class Use class QueryBuilder on controller@destroy
Laravel – Command Backup Database
Create command Write file BackupDatabase.php Test command