DIOHz0r / passport-authorization-server

(INCOMPLETE YET) A laravel app to manage users and sites with TALL stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

Before installation make sure you have installed
  • composer

  • PHP >= 7.3

  • node

Installation

  • composer install

  • cp .env.example .env

  • php artisan key:generate

  • set up your database

  • php artisan migrate

  • php artisan db:seed

  • php artisan storage:link

  • php artisan passport:keys

  • npm install

  • npm run dev

Local Development Server
  • If you are using MacOS or Linux, I recommend Laravel Valet

  • If you are using Windows, I recommend Laragon

  • Else you can run the following comand no matter OS you are using

    • php artisan serve
  • You can also see laravel documentation for more options

About

(INCOMPLETE YET) A laravel app to manage users and sites with TALL stack


Languages

Language:PHP 56.5%Language:Blade 29.6%Language:Vue 13.6%Language:Shell 0.3%