You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a tool to help ease the repetitive migration process during developing a Laravel project without migrate:fresh your database every time you change you schemas.
16
14
17
-
18
-
19
15
## Docs
20
-
You can start reading the docs of Laravel Sync Migration on our website [[docs](https://awssat.com/opensource/laravel-sync-migration)].
21
-
22
16
17
+
-[Introduction](docs/1_introduction.md)
18
+
-[Installation](docs/2_installation.md)
19
+
-[Quick start](docs/3_quick-start.md)
23
20
24
21
## Credits
25
22
26
-
-[Bader][link-author]
27
-
-[All Contributors][link-contributors]
23
+
-[Bader][link-author]
24
+
-[All Contributors][link-contributors]
28
25
29
26
## License
30
27
@@ -35,7 +32,6 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
Copy file name to clipboardExpand all lines: docs/1_introduction.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,17 @@ next: 2_installation
4
4
---
5
5
6
6
# Introduction
7
-
It's a tool to help ease the repetitive migration process during developing a Laravel project without migrate:fresh your database every time you change you schemas.
8
7
8
+
It's a tool to help ease the repetitive migration process during developing a Laravel project without migrate:fresh your database every time you change you schemas.
9
9
10
10
## Features
11
-
- Easy to install, no need to add or change your schemas or project files.
12
-
- Sync schema changes to database instantly. No need to repeat fresh or seed commands everytime.
13
-
- Interactive. It will give you choices to not force unwanted changes to your database.
11
+
12
+
- Easy to install, no need to add or change your schemas or project files.
13
+
- Sync schema changes to database instantly. No need to repeat fresh or seed commands everytime.
14
+
- Interactive. It will give you choices to not force unwanted changes to your database.
0 commit comments