Skip to content

adefahmi/jtntest

Repository files navigation

Clone the repository

https://github.com/adefahmi/jtntest.git
git@github.com:adefahmi/jtntest.git

Switch to the repo folder

cd jtntest

Install all the dependencies using composer

composer install

Create database for this app, copy the example env file and make the required database configuration changes in the .env file

cp .env.example .env

Run the database migrations (Set the database connection in .env before migrating)

php artisan migrate
php artisan db:seed

Set App

php artisan cache:clear
php artisan config:clear
php artisan config:cache
php artisan optimize:clear
php artisan key:generate

Setup Local Development Server

php artisan serve

Releases

No releases published

Packages

No packages published

Languages