laravel-languages maintained by rdcstarr
Laravel Languages
Installation
You can install the package via composer:
composer require rdcstarr/laravel-languages
Automatic Installation (Recommended)
Run the install command to publish the migrations, run the migrations, and seed the languages table:
php artisan languages:install
Manual Installation
Alternatively, you can install manually:
- Publish the migrations:
php artisan vendor:publish --tag=languages-migrations
- Run the migrations:
php artisan migrate
- Seed the languages table:
php artisan db:seed --class="Rdcstarr\Languages\Database\Seeders\LanguagesSeeder"
📖 Resources
- Changelog for more information on what has changed recently. ✍️
👥 Credits
- Rdcstarr 🙌
📜 License
- License for more information. ⚖️