Getting Started

Install the dependency and start your new journey

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.

Last updated