Persian RTL Version of Laravel Jetstream
Install tailwindcss-rtl package:
# Yarn
yarn add tailwindcss-rtl --dev
# NPM
npm install tailwindcss-rtl --save-devFirst Install new Laravel then Install jetstream rtl via composer :
composer require alifattahi/jetstream-rtlthen
php artisan jetstream:install livewire
#or
php artisan jetstream:install inertiaIn addition, you may use the --teams switch to enable team support:
php artisan jetstream:install inertia --teamsfinally :
npm install && npm run dev
php artisan migrateDocumentation for Jetstream can be found on the Jetstream website.
Thank you for considering contributing to Jetstream! You can read the contribution guide here.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
Please review our security policy on how to report security vulnerabilities.
Laravel Jetstream is open-sourced software licensed under the MIT license.