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.
The following tools are required in order to start the installation.
- Clone this repository locally with
git clone git@github.com:laravelio/paste.laravel.io.git paste.laravel.io
- Copy the
.env.example
file to.env
- Install the PHP dependencies with
composer install
- Generate a new app key with
php artisan key:generate
- Install and compile the front-end dependencies with
npm install && npm run dev
- 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.
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.
Please see the contributing guide for details.
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.
The MIT License. Please see the license file for more information.