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.
- Host: GitHub
- URL: https://github.com/salithaucsc/laravel_googlesignup
- Owner: SalithaUCSC
- Created: 2018-04-23T19:24:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-26T20:24:39.000Z (about 8 years ago)
- Last Synced: 2025-03-23T02:42:04.043Z (over 1 year ago)
- Topics: bootstrap4, gmail, google, laravel5, php, signup
- Language: PHP
- Size: 196 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.