Giter Club home page Giter Club logo

laravel-lumen-jwt-boilerplate's Introduction

A Boilerplate for yor Web & API server built using PHP Tech

What is needed to setup?

  1. PHP >=7.1 with extension requirements given as in Laravel's documentation.
  2. Node & NPM LTS Stable Release.
  3. Composer Stable Release.
  4. Any Database of your choice, I have used MySQL.

How you can install?

# Installs all the necessary packages required to run the app
> composer install;

# Creates your dotEnv file
> cp -fR .env.example .env;

# Gives permission to these directories
> chmod -fR 777 bootstrap/ storage/;

# Generates app secret
> php artisan key:generate;

# Generates jwt secret
> php artisan jwt:secret;

# Creates the required tables into your database
# Note: Please do remember to create your database before you run this command!
> php artisan migrate;

# Installs all the npm packages
> npm install;

How to run the app?

# You can either run it on localhost or you can have the virtualhost configuration 
# in a server of your choice (We prefer nginx / apache)
php artisan serve

How can you see Web routes?

# Lists all the web routes defined for your web-app
php artisan route:list

How can you see API routes?

# Lists all the api routes defined for your web-app
php artisan api:rotue

What this repo contains?

  1. E-Mail Verification/Confirmation for new users.
  2. JWT Setup for your APIs.
  3. Transform Request Middleware for your boolean inputs in requests.
  4. Basic Contracts to Repositories binding sample for Auth Logic.

License

MIT License GeekyAnts 2018

laravel-lumen-jwt-boilerplate's People

Contributors

faizahmedfarooqui avatar s-kaushik avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.