We designed and developed a representation of Geospatial festivals and events in Thailandusing Laravel Framework, a tool which has a MVC(Model-View-Controller) structure. The eventsinformation can be represented in Geographic Information System (GIS)and we also identifythe location of the events with Geolocation. The MediaWiki Action API, a web servicewhich isprovided in Wikipedia was used to aggregate the text content for the description of the events.
- Live Demo
- Live Demo - Mirror
- Admin : [email protected] / admin
- Approver : [email protected] / approver
- User : [email protected] / user
- Pswd : 123321
- Run
git clone https://github.com/oxideclop/arogfaeit.git projectname
- Run
composer install
orphp composer.phar install
- Create
.env
in application rootcp .env.example .env
- Create a database name
rogfaeit_main
and optional inform .env - Run
php artisan key:generate
to generate key - Run
php artisan migrate --seed
to install the database & required data - Run
php artisan serve
to start the app on http://localhost:8000/
The Laravel framework is open-sourced software licensed under the MIT license.