* chore: (Improve documentation search for V3)
* fix: checks for mispelled words
* fix: mispelled words
* fix spaces and syntax
* Update multi-database-tenancy.blade.md
Co-authored-by: Samuel Stancl <samuel.stancl@gmail.com>
* Update testing.blade.md
Added call to parent's setUp() method others some essential operations will not be run e.g resetting of db, etc.
* Reindent
Co-authored-by: Samuel Stancl <samuel.stancl@gmail.com>
- Fixed the snippet for passing tags to the job
- Wrapped content in a Tags header to prepare for more content in the
future
- Added comment to method to mimic Laravel's documentation regardin the
matter
- Made it slightly more clear that the tags method should be applied to
the actual job class
I believe this paragraph has the information switched. A string in the `domain` column that contains a **dot** would represent a domain/hostname and a string in this column without a dot, would represent a subdomain. The current documentation has this flipped.
It had me second guessing myself. Unless I am misunderstanding something.
Maybe I am misunderstanding things, and if so, then disregard this PR.
* Fix Typo
The statement "Records that contain dots in the domain column will be treated as domains (hostnames) and records that don't contain any dots will be treated as subdomains" should be the other way round
* Move (hostnames) after domains