Skip to content

abrahamfast/lararunner

Repository files navigation

Lararunner

A way to run fast in Laravel Starter.

Start with 3 steps

Assuming you have php and composer installed.

Install the packages:

  1. composer install
  2. php artisan migrate
  3. php artisan serv

On Production:

$ composer install --optimize-autoloader --no-dev

Api Authorization

Set header

Authorization : Bearer {userToken}

Register

User

Login

route: /api/auth/token
method: POST
payload:

email: '[email protected]',
password: 'secret',
device_name: 'any'

response:

{
    "token": "8|OH1E7M72It5V3oMs8EGp2VrJVGyZg5XpXL3vaYr0"
}

About Lararunner

Lararunner Base on Laravel framework and advance packages

License

Is open-sourced software licensed under the MIT license.

About

A way to run fast in Laravel Starter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published