Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.59 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.59 KB

Custom Fresh

Custom Fresh

License Latest Version on Packagist Total Downloads


Custom Fresh allows fine-grain control of migrations inside your Laravel project, where you can choose which tables will not be dropped while refreshing the database.

Installation

Install the package by using Composer:

composer require ramadan/custom-fresh

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:

php artisan fresh:custom posts,foo,bar

Example

Command Example

Credits

Support me

License

The MIT License (MIT).