by Jitesh • Updated Jun 14th, 2018
Many times user needs a quick way to post on twitter directly from the page or blog they are reading. A simple and easy way to post tweets w/o images on twitter account with PHP using TwitterOAuth library.
Prerequisite
1. Create an account on Twitter
2. Create a twitter App
3. Access Twitter API library…
by Sandhya • Updated Apr 12th, 2018
What is 2FA?
2FA or Two Factor Authentication is a way of adding additional security to your account. The first “factor” is your usual password that is standard for an account, the second is a code retrieved from an external device such as a smartphone, or a program on your computer.
Learn how to implement the Two Factor Authentication in PHP.
1. Install google 2FA package
2. Install QR Code package
3. Implement Login/Registration
4. Show QR code
5. Install Google Authenticator app in phone..
by Jitesh • Updated Mar 29th, 2018
Laravel framework provides a lot of useful functionalities out of the box. But sometimes we need custom features. Instead of having to rebuild those heavy features from fresh we can take advantage of the already established packages/libraries to save time and energy. Checkout some of the best laravel packages to help you grow your laravel web applications.
1. barryvdh/laravel-debugbar
2. spatie/laravel-permission
3. lazychaser/laravel-nestedset
4. spatie/laravel-backup
5. Intervention/image
Comments