Skip to content

tighten/consoles

Repository files navigation

Consoles.dev

Add new consoles in app/Console.php

Installation

  1. Clone the repository locally.
  2. Install dependencies with composer install.
  3. Copy .env.exampleto .env and modify its contents to reflect your local environment.
  4. Generate an application key with php artisan key:generate.
  5. Install frontend dependencies with npm install.
  6. Configure a web server, such as the built-in PHP web server, to serve the site using the public directory as the document root: php -S localhost:8080 -t public.

About

Quick shortcut list to API developer consoles

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published