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" |