✨Installation
Here are the steps for installing the Takaden package:
Open a terminal and navigate to the root directory of your Laravel project.
Run the following command to install the Takaden package via Composer:
composer require saagoor/takaden
Publish and run the migrations using following commands:
php artisan vendor:publish --tag="takaden-migrations" php artisan migrate
You can publish the config file with: (Optional)
php artisan vendor:publish --tag="takaden-config"
Your Takaden installation is now complete and ready to use!
Last updated