Skip to content

Commit 7381c25

Browse files
Merge branches 'development' and 'development' of https://github.com/mahmoudmohamedramadan/custom-fresh into development
2 parents 0693845 + 0d3b633 commit 7381c25

2 files changed

Lines changed: 37 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
2525
composer 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

0 commit comments

Comments
 (0)