An open API service indexing awesome lists of open source software.

https://github.com/salithaucsc/laravel_googlesignup

A simple application that enables the users to login using Gmail email accounts.
https://github.com/salithaucsc/laravel_googlesignup

bootstrap4 gmail google laravel5 php signup

Last synced: 3 months ago
JSON representation

A simple application that enables the users to login using Gmail email accounts.

Awesome Lists containing this project

README

          

# Google Signup with Laravel

### Instructions:
1. Download or clone and extract the project.
2. Place the folder in htdocs or www folder.
3. Go to PhpMyadmin and create a new database called **lara_google**.
4. Select the database and import SQL file named as **lara_google**, included in the project folder.
5. Rename **.env-example** file as **.env**.
6. Open cmd and navigate into the folder using cd command.
7. Type **composer install** to install dependencies.
8. Type **php artisan serve** in cmd.
9. Open web browser and type **locahost:8000** to run the project.