{"id":24727184,"url":"https://github.com/alvincoded/laravel-login","last_synced_at":"2026-05-06T20:39:55.579Z","repository":{"id":218449676,"uuid":"610734901","full_name":"AlvinCoded/laravel-login","owner":"AlvinCoded","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-12T21:03:27.000Z","size":3476,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T15:22:35.246Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlvinCoded.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-03-07T11:28:07.000Z","updated_at":"2024-11-15T18:23:08.000Z","dependencies_parsed_at":"2024-01-22T02:32:54.367Z","dependency_job_id":"189c5020-bc73-4909-ba7e-679b84b225ac","html_url":"https://github.com/AlvinCoded/laravel-login","commit_stats":null,"previous_names":["alvincoded/laravel-login"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlvinCoded/laravel-login","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlvinCoded%2Flaravel-login","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlvinCoded%2Flaravel-login/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlvinCoded%2Flaravel-login/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlvinCoded%2Flaravel-login/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlvinCoded","download_url":"https://codeload.github.com/AlvinCoded/laravel-login/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlvinCoded%2Flaravel-login/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32711940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T19:35:05.142Z","status":"ssl_error","status_checked_at":"2026-05-06T19:35:03.996Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-27T14:58:11.352Z","updated_at":"2026-05-06T20:39:55.548Z","avatar_url":"https://github.com/AlvinCoded.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://laravel.com\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg\" width=\"400\" alt=\"Laravel Logo\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/laravel/framework/actions\"\u003e\u003cimg src=\"https://github.com/laravel/framework/workflows/tests/badge.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/laravel/framework\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/laravel/framework\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/laravel/framework\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Introduction\n\nThis is a Laravel application that allows users to login either using the form or by social login and will be redirected to a dashboard. This application was built using (the latest version at the time of writing this) Laravel v10.2.0.\n\n## Requirements\n- PHP version 8.1 or higher\n- Composer Installed.\n\n\n## Default Login Details\n\n- Email: alvin@example.com\n- Password: password.\n\n## Functionalities\n\n- Users can log in either using the form or by social login.\n- Users will be redirected to a dashboard upon successful login.\n- The dashboard will greet the user apropriately depending on time of day. \n- The user would also be shown which way the used to login. For example, if use logs in via Google, it will show them on dashboard that they logged in using Google\n\n### Installation\n\n- Clone the repository\n- Run `composer install` to install dependencies\n- Create a copy of the `.env.example` file and rename it to `.env`\n- Generate an application key using the command `php artisan key:generate`\n- Set up your database connection in the `.env` file\n- Run the database migrations using the command `php artisan migrate`\n- (Optional) Seed the database with test data using the command `php artisan db:seed`\n- Start the application using the command `php artisan serve`\n- Add the respective client IDs, secret keys and URIs for the social logins (Google, Facebook and Twitter)\n- Locate their (Google, Facebook and Twitter) API portals, create accounts and obtain these details, and input the details in the `.env` file.\n\n## License\n\nThe Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvincoded%2Flaravel-login","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falvincoded%2Flaravel-login","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvincoded%2Flaravel-login/lists"}