laravel-useful-additions
laravel-useful-additions copied to clipboard
A collection of useful Laravel additions!
In the DatabaseMigrations trait: ```php /** * Define hooks to migrate the database before and after each test. * * @return void */ public function runDatabaseMigrations() { $this->beforeRefreshingDatabase(); $this->refreshTestDatabase(); $this->afterRefreshingDatabase();...
When refresh_db_fast.seed is enabled, the seeders folder should not be excluded for checksum calculation. So when there is a change in seeders, the db should be seeded on the next...
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6 to 7. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v7.0.0 Added Restore skip_fetch, skip_checkout, create_branch (#388) @stefanzweifel Restore Detached State Detection (#393) @stefanzweifel Add Support for Tag...