@@ -92,9 +92,6 @@ cd hackathon-starter-pack
9292# Copy .env.example to .env
9393cp .env.example .env
9494
95- # Generate application secure key (in .env file)
96- php artisan key:generate
97-
9895# Create a database (with mysql or postgresql)
9996# And update .env file with database credentials
10097# DB_CONNECTION=mysql
@@ -104,7 +101,10 @@ php artisan key:generate
104101# DB_PASSWORD=root
105102
106103# Install Composer dependencies
107- composer install
104+ composer install
105+
106+ # Generate application secure key (in .env file)
107+ php artisan key:generate
108108
109109# Run your migrations
110110php artisan migrate
@@ -144,6 +144,7 @@ Obtaining API Keys
144144------------------
145145
146146<img src =" https://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Google_2015_logo.svg/1000px-Google_2015_logo.svg.png " width =" 200 " >
147+
147148- Visit [ Google Cloud Console] ( https://cloud.google.com/console/project )
148149- Click on the ** Create Project** button
149150- Enter * Project Name* , then click on ** Create** button
@@ -169,6 +170,7 @@ The same goes for other providers.
169170<hr >
170171
171172<img src =" http://www.doit.ba/img/facebook.jpg " width =" 200 " >
173+
172174- Visit [ Facebook Developers] ( https://developers.facebook.com/ )
173175- Click ** My Apps** , then select ** Add a New App* from the dropdown menu
174176- Select ** Website** platform and enter a new name for your app
@@ -187,6 +189,7 @@ The same goes for other providers.
187189<hr >
188190
189191<img src =" https://github.global.ssl.fastly.net/images/modules/logos_page/GitHub-Logo.png " width =" 200 " >
192+
190193- Go to [ Account Settings] ( https://github.com/settings/profile )
191194- Select ** Applications** from the sidebar
192195- Then inside ** Developer applications** click on ** Register new application**
@@ -198,6 +201,7 @@ The same goes for other providers.
198201<hr >
199202
200203<img src =" https://g.twimg.com/ios_homescreen_icon.png " width =" 90 " >
204+
201205- Sign in at [ https://apps.twitter.com/ ] ( https://apps.twitter.com/ )
202206- Click ** Create a new application**
203207- Enter your application name, website and description
@@ -211,6 +215,7 @@ The same goes for other providers.
211215<hr >
212216
213217<img src =" http://www.danpontefract.com/wp-content/uploads/2014/02/logo-linkedin.png " width =" 200 " >
218+
214219- Sign in at [ LinkedIn Developer Network] ( https://developer.linkedin.com/ )
215220- From the account name dropdown menu select ** API Keys**
216221 - * It may ask you to sign in once again*
@@ -229,13 +234,15 @@ The same goes for other providers.
229234
230235
231236<img src =" https://stripe.com/img/about/logos/logos/black@2x.png " width =" 200 " >
237+
232238- [ Sign up] ( https://stripe.com/ ) or log into your [ dashboard] ( https://manage.stripe.com )
233239- Click on your profile and click on Account Settings
234240- Then click on [ API Keys] ( https://manage.stripe.com/account/apikeys )
235241- Copy the ** Secret Key** . and add this into ` .env ` file
236242<hr >
237243
238244<img src =" https://cdn.pixabay.com/photo/2015/05/26/09/37/paypal-784404_960_720.png " width =" 200 " >
245+
239246- Visit [ PayPal Developer] ( https://developer.paypal.com/ )
240247- Log in to your PayPal account
241248- Click ** Applications > Create App** in the navigation bar
@@ -247,6 +254,7 @@ The same goes for other providers.
247254<hr >
248255
249256<img src =" http://33.media.tumblr.com/ffaf0075be879b3ab0b87f0b8bcc6814/tumblr_inline_n965bkOymr1qzxhga.png " width =" 200 " >
257+
250258- Go to [ foursquare for Developers] ( https://developer.foursquare.com/ )
251259- Click on ** My Apps** in the top menu
252260- Click the ** Create A New App** button
@@ -258,6 +266,7 @@ The same goes for other providers.
258266<hr >
259267
260268<img src =" http://img4.wikia.nocookie.net/__cb20130520163346/logopedia/images/8/8d/Tumblr_logo_by_x_1337_x-d5ikwpp.png " width =" 200 " >
269+
261270- Go to http://www.tumblr.com/oauth/apps
262271- Once signed in, click ** +Register application**
263272- Fill in all the details
@@ -268,6 +277,7 @@ The same goes for other providers.
268277<hr >
269278
270279<img src =" http://www.technologytell.com/gaming/files/2012/01/steam_logo.jpg " width =" 200 " >
280+
271281- Go to http://steamcommunity.com/dev/apikey
272282- Sign in with your existing Steam account
273283- Enter your * Domain Name* , then and click ** Register**
@@ -276,20 +286,23 @@ The same goes for other providers.
276286<hr >
277287
278288<img src =" http://iandouglas.com/presentations/pyconca2012/logos/sendgrid_logo.png " width =" 200 " >
289+
279290- Go to https://sendgrid.com/user/signup
280291- Sign up and ** confirm** your account via the * activation email*
281292- Then enter your SendGrid * Username* and * Password* into ` .env ` file
282293
283294<hr >
284295
285296<img src =" https://raw.github.com/mailgun/media/master/Mailgun_Primary.png " width =" 200 " >
297+
286298- Go to http://www.mailgun.com
287299- Sign up and add your * Domain Name*
288300- From the domain overview, copy and paste the default SMTP * Login* and * Password* into ` .env ` file
289301
290302<hr >
291303
292304<img src =" http://cdn.appstorm.net/web.appstorm.net/web/files/2013/12/mandrill-logo.png " width =" 100 " >
305+
293306- Go to http://mandrill.com
294307- Sign up and add your * Domain Name*
295308- From the dashboard, click on * Get SMTP credentials*
@@ -298,6 +311,7 @@ The same goes for other providers.
298311<hr >
299312
300313<img src =" https://www.bitgo.com/img/new_bitgo/logo_footer.png " width =" 200 " >
314+
301315- Go to https://test.bitgo.com/
302316- Sign up for an account.
303317- Once logged into the dashboard, go to the top right selector and click 'account settings'
@@ -306,6 +320,7 @@ The same goes for other providers.
306320<hr >
307321
308322<img src =" https://s3.amazonaws.com/ahoy-assets.twilio.com/global/images/wordmark.svg " width =" 200 " >
323+
309324- Go to https://www.twilio.com/try-twilio
310325- Sign up for an account.
311326- Once logged into the dashboard, expand the link 'show api credentials'
@@ -611,6 +626,7 @@ picks. From my experience, **Heroku** is the easiest to get started with, deplo
611626### 1-Step Deployment with Heroku
612627
613628<img src =" http://blog.exadel.com/wp-content/uploads/2013/10/heroku-Logo-1.jpg " width =" 200 " >
629+
614630- Download and install [ Heroku Toolbelt] ( https://toolbelt.heroku.com/ )
615631- In terminal, run ` heroku login ` and enter your Heroku credentials
616632- From * your app* directory run ` heroku create `
0 commit comments