# ShipSaaS - Ready

Repository: <https://github.com/shipsaas/ready>

Starting to build a new freaking SaaS product and deliver great features?

Allow **ShipSaaS Ready** to become your companion along the way! A strong, helpful and reliable companion.

It got you covered with almost every generic thing, let's build **awesome products** on top of it.

This site contains all the documentation of ShipSaaS Ready!

Ready? FIGHT!

### Requirements

* PHP 8.1+
* Laravel 9.x+

### Available Entities

* Country (with DB's data, enum & endpoints)
* Currency (with DB's data, enum & endpoints)
* Language (with DB's data, enum & endpoints)
* Translation (with endpoints)
* Events (with endpoints)
* (more to come)

### Available Services / Helpers

* Event Sourcing
* Dynamic Translations
* Money class
* (more to come)

### Available Traits

* UUID for Eloquent Models
* IDE-friendly Query Builder doc for Eloquent Models


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ready.shipsaas.tech/shipsaas-ready.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
