All Projects → tighten → consoles

tighten / consoles

Licence: other
Quick shortcut list to API developer consoles

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects
shell
77523 projects

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].