Download the PHP package flamento/magicdb without Composer
On this page you can find all versions of the php package flamento/magicdb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download flamento/magicdb
More information about flamento/magicdb
Files in flamento/magicdb
Package magicdb
Short Description A database manager that you can attach to your Laravel application.
License MIT
Informations about the package magicdb
Magic DB
Magic DB is a database manager that you can easily integrate to your Laravel application.
- Easy access to your database via
/magicdb/login
route. - Perform SQL and CRUD operations on your tables.
- Automatic Daily Backup of your database (.gzip file).
- Download a backup copy of your database.
Installation
The recommended way to install Magic DB is via Composer.
Configuration
Publish the configuration file
Content of the configuration file
Setting up Cron Job
For Linux Server
If you wish to have a daily backup of your database, you need to setup a cron job.
For Windows Server
Please use Task Scheduler available in Windows.
To find out more about setting up a cron job, please visit Laravel Task Scheduler to setup a cron job.
Supported Versions
Magic DB is supported on Laravel 7.0 and above as well as PHP 7.2 and above. This is as far as I can test, but it may work on older versions. However, this library is not meant to be used on older versions of Laravel and PHP except on the versions mentioned above.
Security
If you discover a security vulnerability within this package, please send an email to [email protected]. All security vulnerabilities will be promptly addressed. Please do not disclose security-related issues publicly until a fix has been announced.
License
Magic DB is open-sourced software licensed under the MIT license.