dshoreman / Laravel-paste

Paste to laravel using Sublime Text 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paste To Laravel.com

This Sublime Text package allows to highlight & post the code to Paste. Supports both ST2 and ST3.

  • The syntax will be posted
  • The url will be copied to your clipboard

Installation

With Package Control

Using the command palette (the default is command+shift+p on Mac, and ctrl+shift+p on Windows), use Package Control: Install Package. The package is listed as Paste Laravel in the packages list.

Without Package Control

Mac OS

cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/

Windows 7

cd "C:\Users\YOUR_USERNAME\AppData\Roaming\Sublime Text 2\Packages"

Windows XP

cd "C:\Documents and Settings\YOUR_USERNAME\Application Data\Sublime Text 2\Packages"

Inside Packages

git clone https://github.com/RobinMalfait/Laravel-paste.git "PasteLaravel"

Updates

Now you have some settings, You can add a signature which will be added at the bottom.

Also, the ability to open the url in your browser

About

Paste to laravel using Sublime Text 2


Languages

Language:Python 100.0%