All Projects → laravelio → Paste.laravel.io

laravelio / Paste.laravel.io

Licence: mit
The Laravel.io Pastebin.

Projects that are alternatives of or similar to Paste.laravel.io

Lang
List of 78 languages for Laravel Framework 4, 5, 6, 7 and 8, Laravel Jetstream , Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova and Laravel Spark.
Stars: ✭ 6,285 (+4555.56%)
Mutual labels:  laravel-application, laravel
Laravel Qrcode Ecommerce
This is a complete laravel project that handles qrcodes, payments, api/microservices, and ecommerce
Stars: ✭ 36 (-73.33%)
Mutual labels:  laravel-application, laravel
Angular5.2 Laravel5.6
Angular 5.2 and Laravel 5.6 Authentication and CRUD
Stars: ✭ 17 (-87.41%)
Mutual labels:  laravel-application, laravel
Coreui Free Laravel Admin Template
CoreUI Free Laravel Bootstrap Admin Template
Stars: ✭ 353 (+161.48%)
Mutual labels:  laravel-application, laravel
Keys
🔑 Cryptocurrency private keys
Stars: ✭ 71 (-47.41%)
Mutual labels:  laravel-application, laravel
Akaunting
Free and Online Accounting Software
Stars: ✭ 4,599 (+3306.67%)
Mutual labels:  laravel-application, laravel
Larabbs
A forum project base on Laravel
Stars: ✭ 967 (+616.3%)
Mutual labels:  laravel-application, laravel
Privatebin
A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.
Stars: ✭ 3,622 (+2582.96%)
Mutual labels:  pastebin, paste
Laravel Vue Tasks
📝 Task app built with Laravel 5.5 and Vue 2
Stars: ✭ 66 (-51.11%)
Mutual labels:  laravel-application, laravel
Nekobin
Elegant and open-source pastebin service
Stars: ✭ 61 (-54.81%)
Mutual labels:  pastebin, paste
Scavenger
Crawler (Bot) searching for credential leaks on different paste sites.
Stars: ✭ 347 (+157.04%)
Mutual labels:  pastebin, paste
Project
⭐️ Antares Project Application Skeleton. This is the very first place you should start. It allows you to create a brand new awesome project in easy few steps.
Stars: ✭ 84 (-37.78%)
Mutual labels:  laravel-application, laravel
Bagisto
An easy to use, free and open source laravel eCommerce platform to build your online shop in no time.
Stars: ✭ 4,140 (+2966.67%)
Mutual labels:  laravel-application, laravel
Aimeos Laravel
Laravel ecommerce package for professional, ultra fast online shops, complex B2B applications and #gigacommerce
Stars: ✭ 5,204 (+3754.81%)
Mutual labels:  laravel-application, laravel
Laravel Starter
A CMS like modular starter application project built with Laravel 8.x.
Stars: ✭ 299 (+121.48%)
Mutual labels:  laravel-application, laravel
Barryvanveen
📰 Personal blog of Barry van Veen. Focuses on Laravel Framework, website optimization and natural computing.
Stars: ✭ 24 (-82.22%)
Mutual labels:  laravel-application, laravel
pb
pb; a command line pastebin service helper (12 supported services)
Stars: ✭ 22 (-83.7%)
Mutual labels:  paste, pastebin
Laravel Gymie
👨‍💻 Gym & Club Management System https://gymie.in
Stars: ✭ 285 (+111.11%)
Mutual labels:  laravel-application, laravel
Notifier
NO LIBRARIES socket per page bridge for your Laravel application. (CLIENT PART INCLUDED)
Stars: ✭ 57 (-57.78%)
Mutual labels:  laravel-application, laravel
Nopaste
📋 Client-side paste service
Stars: ✭ 79 (-41.48%)
Mutual labels:  pastebin, paste

Tests Code Style

Laravel.io Pastebin

This is the repository for the Laravel.io pastebin. The code is entirely open source and licensed under the MIT license. We welcome your contributions but we encourage you to read the the contributing guide 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.

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.

Commands

Command Description
php artisan test Run the tests
php artisan migrate:fresh --seed Reset the database
npm run watch Watch for changes in CSS and JS files

Maintainers

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

Contributing

Please see the contributing guide for details.

Code of Conduct

Please read our Code of Conduct before contributing or engaging in discussions.

Security Vulnerabilities

If you discover a security vulnerability with this project, please send an email immediately to [email protected]. Do not create an issue for the vulnerability.

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].