Persian RTL Version of Laravel Jetstream
Install tailwindcss-rtl package:
# Yarn
yarn add tailwindcss-rtl --dev
# NPM
npm install tailwindcss-rtl --save-dev
First Install new Laravel then Install jetstream rtl via composer :
composer require alifattahi/jetstream-rtl
then
php artisan jetstream:install livewire
#or
php artisan jetstream:install inertia
In addition, you may use the --teams switch to enable team support:
php artisan jetstream:install inertia --teams
finally :
npm install && npm run dev
php artisan migrate
Documentation 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.