8000 GitHub - to-know/pastebin: The Laravel.io Pastebin
[go: up one dir, main page]

Skip to content

to-know/pastebin

 
 

Repository files navigation

Laravel.io Pastebin

Build Status

[![StyleCI](https://styleci.io/repos/80994622/shield?branch=master)](https://styleci.io/repos/80994622) [![Code Climate](https://lima.codeclimate.com/github/laravelio/pastebin/badges/gpa.svg)](https://lima.codeclimate.com/github/laravelio/pastebin) [![Test Coverage](https://lima.codeclimate.com/github/laravelio/pastebin/badges/coverage.svg)](https://lima.codeclimate.com/github/laravelio/pastebin/coverage) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/6c1df3e8-3e43-40c4-be31-65dfd9a2030b/mini.png)](https://insight.sensiolabs.com/projects/6c1df3e8-3e43-40c4-be31-65dfd9a2030b) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](license.txt)

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.

Table of Contents

Requirements

Please make sure you install the following tools before starting with the install procedure.

Installation

Note that you're free to adjust the ~/Sites/pastebin location to any directory you want on your machine.

  1. Clone this repository: git clone git@github.com:laravelio/pastebin.git pastebin
  2. Add the Homestead.yaml file from below to the root of your project
  3. Run vagrant up
  4. SSH into your Vagrant box, go to /home/vagrant/pastebin and run the following commands:
    1. composer install
    2. php artisan migrate
  5. Add 192.168.10.30 pastebin.app to your computer's /etc/hosts file
ip: 192.168.10.30
memory: 2048
cpus: 1
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
    - ~/.ssh/id_rsa
folders:
    - { map: ~/Sites/pastebin, to: /home/vagrant/pastebin }
sites:
    - { map: pastebin.app, to: /home/vagrant/pastebin/public }
databases:
    - homestead
name: pastebin
hostname: pastebin

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

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 or ask us through the #laravelio channel on Slack.

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@gmail.com. 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 69.4%
  • JavaScript 24.8%
  • HTML 4.7%
  • Other 1.1%
0