Laravel Social Login With Socialite

Laravel Social Login With Socialite

 5,494 total views,  1 views today

 5,494 total views,  1 views today Hello everyone, Welcome to blog.sunnydoshi.in. This blog post covers how to Social Login with Facebook and Google in Laravel application by storing user profile data in our MySQL database. It’s very easy to work with login and register functionality in Laravel 5.6 using socialite package. The complete code can be found in Github. There are many different sites and packages which you can integrate on your site to provide social login functionality. Laravel has released its own package name Socialite which you can use in your projects. Currently socialite support…

Continue Reading

Laravel Most Useful Commands

Laravel Most Useful Commands

 2,755 total views,  1 views today

 2,755 total views,  1 views today Hello everyone, Welcome to blog.sunnydoshi.in. Laravel packs a Artisan that will make your life as a developer so much easier! This tutorial will help you to understand the Laravel application commands. There are so many useful commands in laravel php, But here I list most common useful commands which use regular for laravel application development. If you’re not familiar with Laravel or Other CLI base framework, then you might not be aware of Artisan and other related to php and laravel commands. Suggested tutorials: Laravel 5 Basic…

Continue Reading

How to Push an existing Local project to Live on GitHub Using the Command Line

How to Push an existing Local project to Live on GitHub using the Command Line

 2,832 total views,  1 views today

 2,832 total views,  1 views today Note: Article updated at 14th May, 2020. Hello everyone, Welcome to blog.sunnydoshi.in, This blog post covers Laravel existing local application to live on Github using command line. If you want to make laravel app, then checkout beginner tutorial for Laravel 5 Basic Auth Installation. It will built your first app with Laravel Authentication in local. Prerequisite Know how to use GIT, Terminal etc. Have a local working copy ready. Have SSH access to your server using private/public key. – Open Github and signup account, After login Create a…

Continue Reading

Laravel 5 Basic Auth Installation

Laravel 5 Basic Auth Installation

 2,864 total views,  1 views today

 2,864 total views,  1 views today Hello everyone, Welcome to blog.sunnydoshi.in, Laravel is one of the most known PHP frameworks in the market, used by millions of developers around the world. Laravel saves you time and effort because it ships with a lot of features out of the box. Moreover, installing Laravel is quite simple as well, and can be done within minutes. This blog post covers Laravel 5 with Basic Authentication Tutorial. An important features of this Laravel 5.5 authentication Register New User, Login / Logout, Reset Password using Fake Local…

Continue Reading