/apibasic

Laravel Boilerplate with API Authentication Basic Scaffolding

Primary LanguagePHP

Laravel Stateless HTTP Basic API Authentication

Boilerplate project for HTTP Basic Authentication for stateless request

Installation

Requires Composer to install.

Install the dependencies and devDependencies and start the server.

$ git clone https://github.com/nidhishgp/apibasic.git apibasic
$ cd apibasic
$ composer install
$ npm install -d