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/readyPublish the configuration
Export the config file to change your desired configurations of ShipSaas Ready
php artisan vendor:publish --tag=saas-readyFirst-time boot
php artisan migrateConfigurations
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