
Custom Fresh
Create exceptions for tables that do not need to be dropped
6 followers
Create exceptions for tables that do not need to be dropped
6 followers
A Laravel package to specify the tables that you do not want to drop while refreshing the database.



👀 Why this package?
Custom Fresh offers fine-grained control over migrations within your Laravel project, enabling you to select which tables will not be dropped when refreshing the database.
📦 Installation
Install the package by using Composer:
👨💻 Usage
After installing the package, you will see a new `fresh:custom` command.
🔃 Refreshing migrations
You can exclude specific tables while refreshing the database inside your project: