Skip to content

Persian- RTL version of Laravel Jetstream

License

Notifications You must be signed in to change notification settings

alifattahi/jetstream-rtl

 
 

Repository files navigation

RTL 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.

About

Persian- RTL version of Laravel Jetstream

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 44.6%
  • Vue 30.2%
  • Blade 24.4%
  • Other 0.8%