alifattahi / jetstream-rtl
RTL Tailwind scaffolding for the Laravel framework.
v1.1.2
2020-09-10 19:46 UTC
Requires
- php: ^7.3
- ext-json: *
- illuminate/support: ^8.0
- jenssegers/agent: ^2.6
- laravel/fortify: ^1.0
Requires (Dev)
- inertiajs/inertia-laravel: ^0.2.4
- laravel/sanctum: ^2.6
- mockery/mockery: ^1.0
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.3
README
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.