core icon indicating copy to clipboard operation
core copied to clipboard

Workbench Improvement

Open crynobone opened this issue 1 year ago • 1 comments

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 avatar Oct 05 '24 15:10 crynobone

@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?

jbrooksuk avatar Oct 05 '24 15:10 jbrooksuk

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 avatar Oct 06 '24 01:10 crynobone

@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).

jbrooksuk avatar Oct 06 '24 15:10 jbrooksuk

Done

crynobone avatar Oct 07 '24 00:10 crynobone