8000 GitHub - reejit/paste.laravel.io: The Laravel.io Pastebin.
[go: up one dir, main page]

Skip to content

reejit/paste.laravel.io

 
 

Repository files navigation

Tests Code Style Laravel Version

Laravel.io Pastebin

This is the repository for the Laravel.io pastebin. The code is entirely open source and licensed under the MIT license. Feel free to contribute to the pastebin by sending in a pull request.

Requirements

The following tools are required in order to start the installation.

Installation

  1. Clone this repository locally with git clone git@github.com:laravelio/paste.laravel.io.git paste.laravel.io
  2. Copy the .env.example file to .env
  3. Install the PHP dependencies with composer install
  4. Generate a new app key with php artisan key:generate
  5. Install and compile the front-end dependencies with npm install && npm run dev
  6. Serve the website locally by running php artisan serve

You can now visit the app in your browser by visiting http://127.0.0.1:8000.

Maintainers

The Laravel.io pastebin is currently maintained by Dries Vints. If you have any questions please don't hesitate to create an issue on this repo.

Contributing

Please see the contributing guide for details.

Security Vulnerabilities

If you discover a security vulnerability with this project, please send an email immediately to Dries Vints at dries@vints.io. Do not create an issue for the vulnerability.

License

The MIT License. Please see the license file for more information.

About

The Laravel.io Pastebin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 70.6%
  • JavaScript 23.6%
  • Blade 5.2%
  • Other 0.6%
0