/katsana-test

Laravel Interview Test

Primary LanguagePHP

Laravel Interview Test - By Septian Riza Saputra

How To Import Database table

Please use this artisan command to generate database table

php artisan migrate

How To Generate Data

To generate vehicle trips from json data we can use this command

php artisan generate:vehicle-trip

How To Run Application

To run this web application we can use this command

php artisan serve

and the we can go to this link Vehicle List Data to show vehicle trips data and goto action link.