Ponekyimel is Burmese language which means will see the images.
The idea of this project is to show image only from a Facebook page.
Clone this repo and run
composer install
And setup Facebook App ID and App Secrect on .env
FACEBOOK_APP_ID=
FACEBOOK_APP_SECRET=
Where can I find my Facebook application id and secret key?
Run php artisan serve
and check https://localhost:8000 from your browser.
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Added some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request