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.
You might want to turn on/off some features, based on your desired need ๐
Last updated