Skip to content

Commit 61db04d

Browse files
docs(hackathon): Update Readme
1 parent d1ccc89 commit 61db04d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,17 @@ cd myproject
9393
# Install Composer dependencies
9494
composer install
9595

96+
# Run your migrations
97+
php artisan migrate
98+
99+
# Publish the config files for the different service providers for Cloudder, Laravel Github, Twitter, Twilio by quickly checking their readme and following the steps
100+
*[Cloudder](https://github.com/jrm2k6/cloudder)
101+
*[Twitter](https://github.com/thujohn/twitter)
102+
*[Twilio](https://github.com/aloha/laravel-twilio)
103+
*[Github](https://github.com/GrahamCampbell/Laravel-GitHub)
104+
*[Socialite Providers](https://github.com/SocialiteProviders/Instagram)
105+
*[Socialite LinkedIn](https://github.com/SocialiteProviders/LinkedIn)
106+
96107
php artisan serve
97108
```
98109

0 commit comments

Comments
 (0)