Download the PHP package team-nifty-gmbh/flux-dev-helpers without Composer
On this page you can find all versions of the php package team-nifty-gmbh/flux-dev-helpers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package flux-dev-helpers
1. Installation
Install the package via composer:
2. Publishing the workflow
3. Commands
Update from Remote Server
Sync database and storage from a remote server to your local environment.
Configuration
Configure remote servers in config/flux-dev-helpers.php:
Options
--local- Use existing local dump file instead of pulling from server--remote- Pull new dump from server (default behavior)--keep-dump- Keep dump file after import--delete-dump- Delete dump file after import--skip-storage- Skip storage synchronization via rsync
Examples
What it does
- Selects remote server (prompts if multiple configured)
- Either pulls database dump from server or uses existing local dump
- Drops and recreates local database
- Imports dump into local database
- Runs Laravel migrations
- Truncates logs table
- Clears cache and creates storage link
- Optionally syncs storage from remote server (skipped when using
--localor--skip-storage) - Optionally deletes local dump file
Other Commands
Generate Livewire Smoke Tests
Fix Order Position Sort
Make Commands
All versions of flux-dev-helpers with dependencies
PHP Build Version
Package Version
The package team-nifty-gmbh/flux-dev-helpers contains the following files
Loading the files please wait ...