npm install -g laravel-echo-server sudo apt-get install redis composer require predis/predis
laravel-echo-server init
set the file /etc/hosts 127.0.0.1 mysite.com
npm install -g laravel-echo-server sudo apt-get install redis composer require predis/predis
laravel-echo-server init
set the file /etc/hosts 127.0.0.1 mysite.com
Set provider default for vagrant: | |
export VAGRANT_DEFAULT_PROVIDER=virtualbox | |
vagrant init ubuntu/bionic64 | |
vagrant up |
git clone git://github.com/caporro/oldprojectname.git project
cd project
rm -rf .git
git init
git add *
git commit -m 'init commit from oldprojectname'
git remote add origin https://github.com/caporro/newprojectname.git
git push
# Your keymap | |
# | |
# Atom keymaps work similarly to style sheets. Just as style sheets use | |
# selectors to apply styles to elements, Atom keymaps use selectors to associate | |
# keystrokes with events in specific contexts. Unlike style sheets however, | |
# each selector can only be declared once. | |
# | |
# You can create a new keybinding in this file by typing "key" and then hitting | |
# tab. | |
# |
People
:bowtie: |
😄 :smile: |
😆 :laughing: |
---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |
# Your snippets | |
# | |
# Atom snippets allow you to enter a simple prefix in the editor and hit tab to | |
# expand the prefix into a larger code block with templated values. | |
# | |
# You can create a new snippet in this file by typing "snip" and then hitting | |
# tab. | |
# | |
# An example CoffeeScript snippet to expand log to console.log: | |
# |
# This file is used by Flex Tool Bar to create buttons on your Tool Bar. | |
# For more information how to use this package and create your own buttons, | |
# read the documentation on https://atom.io/packages/flex-tool-bar | |
[ | |
{ | |
type: "button" | |
icon: "gear" | |
callback: "flex-tool-bar:edit-config-file" | |
tooltip: "Edit Tool Bar" |