core
core copied to clipboard
Workbench Improvement
Ensure that closing serve command delete .env and testbench.yaml file created on the skeleton to ensure tests executed doesn't contain incorrect environment variables.
@crynobone thanks for this! I just pulled the branch down locally and Cachet now loads on /, but then the dashboard doesn't load at /dashboard. Any thoughts on why?
but then the dashboard doesn't load at /dashboard. Any thoughts on why?
Fixed, if the issue persist delete vendor folder and run composer update again
@crynobone I notice you're seeding with the Workbench seeder, but I think it makes more sense to use the Cachet\Database\Seeders\DatabaseSeeder which gives you the user and test data (used by the demo).
Done