Laravel’s Sensitive Migrations Can Break Your Code
medium.com/@aramayis_m/laravels-sensitive-migrations-can-break-your-code-c78e3fe59cad

Aramayis
@aramayis_m
Laravel Developer | I can develop a website of any complexity for you | I am ready to join an interesting development projects and am also considering full-time job
• 10 Posts • 48 Views
The migrate:fresh and migrate:refresh commands can be destructive if misused even locally. For example, using the migrate:fresh command, you can modify and re-migrate migrations. It is necessary to change only those migrations that don't exist in the remote repository, otherwise, the changes will not be applied to the production server and to other developers. Because most likely these migrations have already been migrated there.
I created a package that checks whether a migration exists on a remote repository or not. Also, my package checks if you have migrated migrations locally that have been modified by other developers when you use the git pull command. The package tracks changes based on Git.
I would like to get feedback from Laravel developers. Will my package be useful for you in practice?
github.com/aramayismirzoyan/laravel-safe-migrations
3 Laravel Security Features You Need to Know (With Examples)
Read the article on Medium: medium.com/@aramayis_m/3-laravel-security-features-you-need-to-know-with-examples-54004d143d2d
7 Laravel Blade Directives That Will Make Your Life Easier
Read the article on Medium: medium.com/@aramayis_m/7-laravel-blade-directives-that-will-make-your-life-easier-053ed7680d9b