
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: