Skip to content

Instantly share code, notes, and snippets.

View yokesharun's full-sized avatar
😬
Happy

Arun Yokesh yokesharun

😬
Happy
View GitHub Profile
@yokesharun
yokesharun / laravel-package
Created February 19, 2016 07:53 — forked from anistark/laravel-package
Packaging of Laravel website
So, you're done making the website or web-app and now you would wanna distribute it to your clients. Awesome. Let's go ahead and create a package for the same.
There are two types of packaging that can be done in laravel:
1. VPS
2. Shared
VPS
VPS version is for their own use and local testing. So, you would wanna keep it as close to your local system settings as possible.
1. Delete all the files from app/storage/ in the following folders:
cache
@yokesharun
yokesharun / LampSetup.md
Created February 19, 2016 07:57 — forked from anistark/LampSetup.md
LAMP Setup

Install Apache

sudo apt-get update
sudo apt-get install apache2

Install Mysql

@yokesharun
yokesharun / tmux-cheatsheet.markdown
Last active April 1, 2016 14:10 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@yokesharun
yokesharun / List.md
Created July 29, 2016 16:16 — forked from msurguy/List.md
List of open source projects made with Laravel

Other people's projects:

My projects (tutorials are on my blog at http://maxoffsky.com):

@yokesharun
yokesharun / sublimeText.md
Created February 19, 2016 07:57 — forked from anistark/sublimeText.md
Setup Sublime Text

Install via the Package Manager(apt-get):

Simply add to your packages:

For Sublime-Text-2:

sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
sudo apt-get install sublime-text