Custom Fresh
Create exceptions for tables that do not need to be dropped
Listed in categories:
GitHubOpen SourceDeveloper ToolsDescription
Custom Fresh is a Laravel package that provides fine-grain control over database migrations, allowing developers to specify which tables should not be dropped during a database refresh.
How to use Custom Fresh?
Install the package using Composer with the command 'composer require ramadancustomfresh'. After installation, use the 'freshcustom' command to refresh migrations while excluding specified tables.
Core features of Custom Fresh:
1️⃣
Fine-grain control of migrations
2️⃣
Excludes specific tables from being dropped
3️⃣
Supports multiple database types
4️⃣
Easy installation via Composer
5️⃣
Custom command for refreshing migrations
Why could be used Custom Fresh?
# | Use case | Status | |
---|---|---|---|
# 1 | Preventing data loss during database refreshes | ✅ | |
# 2 | Managing migrations in large Laravel projects | ✅ | |
# 3 | Customizing migration processes for specific tables | ✅ |
Who developed Custom Fresh?
Mahmoud Ramadan is the creator of Custom Fresh, a Laravel package designed to enhance database migration processes. He is an active contributor to the open-source community and supports his projects through platforms like Patreon and PayPal.