foggy-laravel maintained by worksome
Last update
2026/03/02 17:31
License
Require
- doctrine/dbal ^3.5.1 || ^4.0
- php ^8.4
- illuminate/console ^12.0 || ^13.0
- illuminate/database ^12.0 || ^13.0
- illuminate/support ^12.0 || ^13.0
- thecodingmachine/safe ^3.0
- worksome/foggy ^0.6.6
Last update
2026/03/02 17:31
License
Require
- php ^8.4
- doctrine/dbal ^3.5.1 || ^4.0
- illuminate/console ^12.0 || ^13.0
- illuminate/database ^12.0 || ^13.0
- illuminate/support ^12.0 || ^13.0
- thecodingmachine/safe ^3.0
- worksome/foggy ^0.6.6
Last update
2025/03/12 16:33
License
Require
- php ^8.3
- doctrine/dbal ^3.5.1 || ^4.0
- illuminate/console ^11.0 || ^12.0
- illuminate/database ^11.0 || ^12.0
- illuminate/support ^11.0 || ^12.0
- thecodingmachine/safe ^2.5 || ^3.0
- worksome/foggy ^0.6
Last update
2025/02/19 15:37
License
Require
- php ^8.2
- doctrine/dbal ^3.5.1 || ^4.0
- illuminate/console ^11.0
- illuminate/database ^11.0
- illuminate/support ^11.0
- thecodingmachine/safe ^2.5 || ^3.0
- worksome/foggy ^0.6
Last update
2024/09/20 15:43
License
Require
- php ^8.2
- doctrine/dbal ^3.5.1 || ^4.0
- illuminate/console ^10.0 || ^11.0
- illuminate/database ^10.0 | ^11.0
- illuminate/support ^10.0 || ^11.0
- thecodingmachine/safe ^2.5
- worksome/foggy ^0.6
Last update
2024/09/20 15:33
License
Require
- php ^8.2
- doctrine/dbal *
- illuminate/console ^10.0 || ^11.0
- illuminate/database ^10.0 | ^11.0
- illuminate/support ^10.0 || ^11.0
- thecodingmachine/safe ^2.5
- worksome/foggy ^0.6
Last update
2024/08/16 21:11
License
Require
- php ^8.2
- illuminate/console ^10.0 || ^11.0
- illuminate/support ^10.0 || ^11.0
- thecodingmachine/safe ^2.5
- worksome/foggy ^0.6
Last update
2024/08/16 21:09
License
Require
- php ^8.2
- illuminate/console ^10.0 || ^11.0
- illuminate/support ^10.0 || ^11.0
- thecodingmachine/safe ^2.5
- worksome/foggy ^0.6
Last update
2024/08/16 14:08
License
Require
- php ^8.2
- illuminate/console ^10.0 || ^11.0
- illuminate/support ^10.0 || ^11.0
- thecodingmachine/safe ^2.5
- worksome/foggy ^0.6
Last update
2024/02/13 15:42
License
Require
- php ^8.2
- worksome/foggy ^0.6
- illuminate/support ^10.0 || ^11.0
- illuminate/console ^10.0 || ^11.0
Last update
2023/02/01 16:10
License
Require
- php ^8.2
- worksome/foggy ^0.5
- illuminate/support ^9.46|^10.0
- illuminate/console ^9.46|^10.0
Last update
2022/05/09 10:59
License
Require
- php ^8.0
- worksome/foggy ^0.4|^0.5
- illuminate/support ^8.0|^9.0
- illuminate/console ^8.0|^9.0
Last update
2022/01/12 11:36
License
Require
- php >=7.4
- worksome/foggy ^0.4
- illuminate/support ^7.0|^8.0
- illuminate/console ^7.0|^8.0
Last update
2021/07/26 11:25
License
Require
- php >=7.4
- worksome/foggy ^0.3
- illuminate/support ^7.0|^8.0
- illuminate/console ^7.0|^8.0
Last update
2020/10/23 10:24
License
Require
- php >=7.4
- worksome/foggy ^0.2
- illuminate/support ^7.0|^8.0
- illuminate/console ^7.0|^8.0
Last update
2020/10/23 10:08
License
Require
- php >=7.4
- worksome/foggy ^0.1.0
- illuminate/support ^7.0|^8.0
- illuminate/console ^7.0|^8.0
Laravel Foggy
This package is a Laravel wrapper for Foggy.
Configuration of the plugin can be found at Foggy's docs.
Install
Via Composer
composer require worksome/foggy-laravel
Usage
This package adds a new artisan command for running Foggy. Simply type:
php artisan db:dump
It will by default assume that the Foggy config file, will be in foggy.json in the root of the project.
A configuration file can be supplied by using --config argument.
The artisan command by default will make the database dump to stdout. To pass the output to a file, use the --output (-o) option.
php artisan db:dump --output scrubbed-dump.sql
Foggy also supports specifying a custom database connection:
php artisan db:dump --connection mysql