Notes


November 22, 2020

Laravel Teams turn off registration

Would like to turn off the auto registration of Laravel Teams. The current process has everyone start with a team of one. People who register a new organization should get one. There should also...

Read

November 22, 2020

Making Models notes

Default to make a factory and migration for each model. For pivot tables add the -p switch

Read

November 22, 2020

Scopes

Since we will be using campaigns throughout, we should have a forCampaign scope on lots of data. Also, forOrganization for others items that are organization based. Link:...

Read