Skip to content

Instantly share code, notes, and snippets.

View meletisf's full-sized avatar
🎯
Focusing

Meletis Flevarakis meletisf

🎯
Focusing
  • Hewlett Packard Enterprise
  • Greece
View GitHub Profile
/*
+----------------------------------------------------------------------+
| Zend Engine |
+----------------------------------------------------------------------+
| Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) |
+----------------------------------------------------------------------+
| This source file is subject to version 2.00 of the Zend license, |
| that is bundled with this package in the file LICENSE, and is |
| available through the world-wide-web at the following url: |
| http://www.zend.com/license/2_00.txt. |
@meletisf
meletisf / Rails_resource_methods.md
Created July 27, 2018 18:06
Rails resource methods

Rails resource methods

HTTP Verb Path Controller#Action Used for
GET /photos photos#index display a list of all photos
GET /photos/new photos#new return an HTML form for creating a new photo
POST /photos photos#create create a new photo
GET /photos/:id photos#show display a specific photo
GET /photos/:id/edit photos#edit return an HTML form for editing a photo
PATCH/PUT /photos/:id photos#update update a specific photo
@meletisf
meletisf / openvpn.md
Created July 27, 2018 18:05
Install OpenVPN

Install OpenVPN

apt-get install openvpn

Navigate into the directory

cd /etc/openvpn
@meletisf
meletisf / Laravel_Best_Practices.md
Created July 27, 2018 17:55
Laravel Best Practices
@meletisf
meletisf / packages.md
Created July 27, 2018 17:54
Packages for Laravel