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.
Please make sure you install the following tools before starting with the install procedure.
- VirtualBox
- Vagrant
- Composer
- PHP >=7.1
Note that you're free to adjust the
~/Sites/pastebin
location to any directory you want on your machine.
- Clone this repository:
git clone git@github.com:laravelio/pastebin.git ~/Sites/pastebin
- Run
composer install && homestead make --no-after
- Run
vagrant up
- SSH into your Vagrant box, go to
/home/vagrant/code
and runcomposer setup
- Add
192.168.10.30 pastebin.test
to your computer's/etc/hosts
file
You can now visit the app in your browser by visiting http://pastebin.test.
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@gmail.com. Do not create an issue for the vulnerability.
The MIT License. Please see the license file for more information.