Denhac / denhac-webhooks

This repo holds some of our membership automation stuff. It listens to webhooks from the main wordpress site
7 stars 2 forks source link

Add Laravel sail for dev container #47

Open eddiezane opened 5 months ago

eddiezane commented 5 months ago

This PR adds Laravel sail to add a dev container to the project.

It also adds database seeds for local development.

We will follow up with a development guide in another PR.

chungl commented 5 months ago

@eddiezane can you add the cliffnotes of the development guide here? I haven't been able to run this yet and I don't really want to go read more documentation right now to figure it out. Presumably I need to install php and composer, run composer install, and then run some sail commands to start this version?