File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Release Notes for 1.x
2+
3+ ## [ v1.1.1] ( https://github.com/mahmoudmohamedramadan/custom-fresh/releases/tag/v1.1.1 ) - [ #8 ] ( https://github.com/mahmoudmohamedramadan/custom-fresh/pull/8 )
4+
5+ - [ 1.x] Removes the additional components.
6+ - [ 1.x] Improves the comments.
7+
8+ ## [ v1.1.0] ( https://github.com/mahmoudmohamedramadan/custom-fresh/releases/tag/v1.1.0 ) - [ #7 ] ( https://github.com/mahmoudmohamedramadan/custom-fresh/pull/7 )
9+
10+ - [ 1.x] Improves the way of guessing the database info.
11+ - [ 1.x] Updates the existing comments above each functionality.
12+ - [ 1.x] Adds a new comment section above the functionality of dropping the tables.
13+
14+ ## [ v1.0.9] ( https://github.com/mahmoudmohamedramadan/custom-fresh/releases/tag/v1.0.9 ) - [ #3 ] ( https://github.com/mahmoudmohamedramadan/custom-fresh/pull/3 )
15+
16+ - [ 1.x] Fixes the issue of overriding the tables that should not be dropped.
17+ - [ 1.x] Updates the DocBlocks.
18+ - [ 1.x] Refactoring the code.
19+
20+ ## [ v1.0.8] ( https://github.com/mahmoudmohamedramadan/custom-fresh/releases/tag/v1.0.8 ) - [ #2 ] ( https://github.com/mahmoudmohamedramadan/custom-fresh/pull/2 )
21+
22+ - [ 1.x] Fixes the old and faulty approach of retrieving the database tables.
23+ - [ 1.x] Updates the DocBlocks.
24+ - [ 1.x] Refactoring the code.
25+
26+ ## [ v1.0.7] ( https://github.com/mahmoudmohamedramadan/custom-fresh/releases/tag/v1.0.7 ) - [ #1 ] ( https://github.com/mahmoudmohamedramadan/custom-fresh/pull/1 )
27+
28+ - [ 1.x] Fixes the issue of retrieving a list of tables in different databases.
29+ - [ 1.x] Adds new ` packages ` in the composer require list.
30+ - [ 1.x] Upgrades the existing packages.
31+ - [ 1.x] Refactoring the code.
Original file line number Diff line number Diff line change @@ -19,31 +19,31 @@ Custom Fresh allows fine-grain control of migrations inside your Laravel project
1919
2020## Installation
2121
22- You can install the package via Composer:
22+ Install the package by using [ Composer] ( https://getcomposer.org/ ) :
2323
2424``` SHELL
2525composer require ramadan/custom-fresh
2626```
2727
2828## Usage
2929
30- After installing the package, you will now see a new ` fresh:custom ` command.
30+ After installing the package, you will see a new ` fresh:custom ` command.
3131
3232### Refreshing migrations
3333
34- You can exclude specific tables while refreshing the database inside your project using :
34+ You can exclude specific tables while refreshing the database inside your project:
3535
3636``` SHELL
37- php artisan fresh:custom posts,invalid_table_name
37+ php artisan fresh:custom posts,foo,bar
3838```
3939
4040### Example
4141
42- ![ cmd ] ( https://github.com/mahmoudmohamedramadan/custom-fresh/assets/48416569/06cc0df0-45f7-488b-b448-7ca18ffcf767 " Custom Fresh ")
42+ ![ bash ] ( https://github.com/mahmoudmohamedramadan/custom-fresh/assets/48416569/820c65fc-95e4-442c-b74c-e255d3232c63 " Custom Fresh ")
4343
4444## Credits
4545
46- - [ Mahmoud Mohamed Ramadan] ( https://github.com/mahmoudmohamedramadan )
46+ - [ Mahmoud Ramadan] ( https://github.com/mahmoudmohamedramadan )
4747- [ Contributors] ( https://github.com/mahmoudmohamedramadan/custom-fresh/graphs/contributors )
4848
4949## Support me
You can’t perform that action at this time.
0 commit comments