julio101290/boilerplatbackup

CodeIgniter4 Boilerplatebackup for MariaDB/MySQL backups database interface

v1.0.4 2024-12-18 19:54 UTC

This package is auto-updated.

Last update: 2024-12-18 19:55:24 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

CodeIgniter 4 Boilerplate Backup

This library is a extension for CodeIgniter4 boilerplate . MariaDB/MySQL backups database easy interface

Installation

Run command

composer require julio101290/boilerplatbackup

Run command for migration and seeder

php spark boilerplatebackup:installbackup

Config michalsn/codeigniter4-uuid

Download this repo and then enable it by editing app/Config/Autoload.php and adding the Michalsn\UuidModel namespace to the $psr4 array. For example, if you copied it into app/ThirdParty:

<?php

$psr4 = [
'Config'      => APPPATH . 'Config',
APP_NAMESPACE => APPPATH,
'App'         => APPPATH,
'Michalsn\Uuid' => APPPATH . 'ThirdParty/codeigniter4-uuid/src',
];

Make the menu

image

Ready

image

Usage

You can find how it works with the read code routes, controller and views etc. Finnally... Happy Coding!

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Contributions are very welcome.

License

This package is free software distributed under the terms of the MIT license.