question

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