Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laravelio/paste.laravel.io
The Laravel.io Pastebin.
https://github.com/laravelio/paste.laravel.io
community laravel paste pastebin php
Last synced: 4 days ago
JSON representation
The Laravel.io Pastebin.
- Host: GitHub
- URL: https://github.com/laravelio/paste.laravel.io
- Owner: laravelio
- License: mit
- Created: 2017-02-05T13:29:02.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T19:45:04.000Z (about 2 months ago)
- Last Synced: 2024-09-18T00:19:05.203Z (about 2 months ago)
- Topics: community, laravel, paste, pastebin, php
- Language: PHP
- Homepage: https://paste.laravel.io
- Size: 2.93 MB
- Stars: 183
- Watchers: 6
- Forks: 47
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Laravel.io Pastebin
This is the repository for [the Laravel.io pastebin](https://paste.laravel.io). The code is entirely open source and licensed under [the MIT license](license.md). We welcome your contributions but we encourage you to read the [the contributing guide](CONTRIBUTING.md) before creating an issue or sending in a pull request. Read the installation guide below to get started with setting up the app on your machine.
## Requirements
The following tools are required in order to start the installation.
- PHP 8.3
- [Composer](https://getcomposer.org/download/)
- [NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)## Installation
1. Clone this repository locally with `git clone [email protected]: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](http://127.0.0.1:8000).
## Commands
Command | Description
--- | ---
**`php artisan test`** | Run the tests
`php artisan migrate:fresh --seed` | Reset the database
`npm run dev` | Watch for changes in CSS and JS files## Maintainers
The Laravel.io pastebin is currently maintained by [Dries Vints](https://github.com/driesvints) and [Joe Dixon](https://github.com/joedixon). If you have any questions please don't hesitate to create an issue on this repo.
## Contributing
Please see [the contributing guide](contributing.md) for details.
## Code of Conduct
Please read our [Code of Conduct](CODE_OF_CONDUCT.md) before contributing or engaging in discussions.
## Security Vulnerabilities
Please review [our security policy](.github/SECURITY.md) on how to report security vulnerabilities.
## License
The MIT License. Please see [the license file](license.md) for more information.