Replies: 2 comments
-
Hi, After i read the https://stackoverflow.com/a/49788342/9246297 tried the Dumping the database and i add the 'mysql' => [
....,
'dump' => [
'dump_binary_path' => 'C:/xampp/mysql/bin/', // only the path, so without `mysqldump` or `pg_dump`
'use_single_transaction',
'timeout' => 60 * 5, // 5 minute timeout
], then i tried to run on artisan tinker and got error when im tring run on tinker |
Beta Was this translation helpful? Give feedback.
0 replies
-
You need to create virtualHost first on your local server. Then It will work fine! Follow the link for a details solution https://githubhot.com/repo/Codexshaper/laravel-database-manager/issues/11 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
when i tried Programmatically Executing Commands using Artisan::call('backup :run'); in my controller it's shows an error but when i run via terminal it's worked why this happened ?
package
"spatie/laravel-backup": "^6.11",
Codes on Controller:

Output:
Beta Was this translation helpful? Give feedback.
All reactions