Skip to content

smilemittal/sample

Repository files navigation

Deployment Conventions

Stage Server

To deploy your branch to server please follow following steps:

  • cd to project root directory
  • php vendor/bin/envoy run deploy --branch=my-feature-branch you can use --branch option to specify your deployment branch.

Custom Seeder Implementation

Goal:

Run a seeder file only once (per instance), same as how laravel migration works.

Components:

Custom Seeder File Generator

php artisan xme:custom_seeder (handled by custom console command named CreateCustomSeederFile.php)

Custom Seeder File Runner

php artisan db:seed (Same as how seeding works normally, handled by DatabaseSeeder.php file)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published