Skip to content

bikin setup project menggunakan lumen & vue : auth jwt, datatable, & select2

Notifications You must be signed in to change notification settings

haidi20/setup-project-lumen-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 

Repository files navigation

Setup Project Lumen & Vue

this project uses Lumen as a backend, Vuejs as a frontend, and components UI use Vuetify.

List Version of a Package API

  • php 7.4.7
  • Lumen 5.8
  • tymon/jwt-auth 1.0.0-rc.5.1 // important compatible version for work auth jwt

List Version of a Package WEB

  • vue js ^2.6.11
  • axios ^0.21.0
  • vuetify ^2.2.11

How to Install on Local Environment

You can follow the following step to configure this project

Running API

  • First create database in mysql (whatever you want name datatabase)
  • copy file .env.example and rename file to .env and configure for the database
  • in file .env setting database by database previous you create
  • Now go up to project and run the following commands
    $ composer install
    $ php artisan migrate
    $ php artisan db:seed
  • And run command $ php -S localhost:8000 -t public in your command line (make sure path command line in directory API) and
    take a look at "localhost:8000" in browser

About

bikin setup project menggunakan lumen & vue : auth jwt, datatable, & select2

Resources

Stars

Watchers

Forks

Packages

No packages published