alifattahi/jetstream-rtl

RTL Tailwind scaffolding for the Laravel framework.

v1.1.2 2020-09-10 19:46 UTC

README

68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6a657473747265616d2e737667RTL version

Build Status Total Downloads Latest Stable Version License

Persian RTL Version of Laravel Jetstream

Installation

First Step

Install tailwindcss-rtl package:

# Yarn 
yarn add tailwindcss-rtl --dev
 
# NPM 
npm install tailwindcss-rtl --save-dev

Next Steps

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

Official Documentation

Documentation for Jetstream can be found on the Jetstream website.

Contributing

Thank you for considering contributing to Jetstream! You can read the contribution guide here.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

Laravel Jetstream is open-sourced software licensed under the MIT license.