ufukozcantr/question

It is cud support question.

v1.2 2019-05-08 12:45 UTC

This package is auto-updated.

Last update: 2024-09-09 09:09:19 UTC


README

Installation

Via Composer

composer require ufukozcantr/question

For publishing the configuration file:

php artisan vendor:publish --provider="ufukozcantr\Question\Providers\ServiceProvider" 

Create the continents, countries, cities and districts and other tables:

php artisan migrate

Seed the tables:

php artisan db:seed --class=ufukozcantr\\Question\\Database\\Seeders\\QuestionsTableSeeder