🚢
ShipSaaS READY
HomeGitHub
  • ShipSaaS - Ready
    • Change Log
  • Getting Started
    • Laravel Octane
  • General Glossary
  • Entities
    • Country
    • Currency
    • Language
    • Translation
    • Event
    • Dynamic Setting
  • Services / Helpers
    • Event Sourcing
    • Dynamic Translations
    • Money
    • Dynamic Setting
  • Reusable Traits
    • HasUuid
    • EloquentBuilderMixin
  • Helpful Packages
Powered by GitBook
On this page
  • Installation
  • Configurations

Getting Started

Install the dependency and start your new journey

PreviousChange LogNextLaravel Octane

Last updated 2 years ago

Installation

After hitting the laravel new your-super-product, you would install Ready immediately 😉

composer require shipsaas/ready

Publish the configuration

Export the config file to change your desired configurations of ShipSaas Ready

php artisan vendor:publish --tag=saas-ready

First-time boot

php artisan migrate

Configurations

Check the app/saas-ready.php to see the available configurations.

You might want to turn on/off some features, based on your desired need

😜