Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork52
laravelio/paste.laravel.io
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the repository forthe Laravel.io pastebin. The code is entirely open source and licensed underthe MIT license. We welcome your contributions but we encourage you to read thethe 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.
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 visitinghttp://127.0.0.1:8000.
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 |
The Laravel.io pastebin is currently maintained byDries Vints andJoe Dixon. If you have any questions please don't hesitate to create an issue on this repo.
Please seethe contributing guide for details.
Please read ourCode of Conduct before contributing or engaging in discussions.
Please reviewour security policy on how to report security vulnerabilities.
The MIT License. Please seethe license file for more information.
About
The Laravel.io Pastebin.
Topics
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.