turkalp/language

There is no license information available for the latest version (1.0.3) of this package.

language

1.0.3 2018-04-24 08:07 UTC

This package is not auto-updated.

Last update: 2025-06-12 03:02:55 UTC


README

Install turkalp/language package

composer require turkalp/language

Create table

php artisan migrate

Publish seeder

php artisan vendor:publish --tag=seeds

Seed

php artisan db:seed --class=LanguageSeeder

Create migration many to many

php artisan language:make [MODEL_NAME] [TABLE_NAME]