{"id":16458595,"url":"https://github.com/nafiesl/laravel-multi-table-auth","last_synced_at":"2025-10-07T17:21:43.955Z","repository":{"id":80216733,"uuid":"146095702","full_name":"nafiesl/laravel-multi-table-auth","owner":"nafiesl","description":"Example Laravel 5.6 application with multi table authentication.","archived":false,"fork":false,"pushed_at":"2018-08-27T13:22:54.000Z","size":304,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-24T19:54:53.378Z","etag":null,"topics":["laravel","multi-authentication","tdd-workflow"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nafiesl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-25T13:02:20.000Z","updated_at":"2022-05-22T22:42:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"0227a5bd-0dc2-4542-bf32-f4a6567f5233","html_url":"https://github.com/nafiesl/laravel-multi-table-auth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nafiesl%2Flaravel-multi-table-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nafiesl%2Flaravel-multi-table-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nafiesl%2Flaravel-multi-table-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nafiesl%2Flaravel-multi-table-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nafiesl","download_url":"https://codeload.github.com/nafiesl/laravel-multi-table-auth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251410211,"owners_count":21584981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["laravel","multi-authentication","tdd-workflow"],"created_at":"2024-10-11T10:45:43.933Z","updated_at":"2025-10-07T17:21:38.923Z","avatar_url":"https://github.com/nafiesl.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel multi-table Auth\n\nLaravel 5.6 example with multi-table Authentication. Built with Test-driven Development.\n\n\u003cbr\u003e\n\n## Getting Started\nThis application can be installed on local server and online server with these specifications :\n\n#### Server Requirements\n1. PHP \u003e= 7.1.3 (and meet [Laravel 5.6 server requirements](https://laravel.com/docs/5.6#server-requirements)),\n2. MySQL or MariaDB database,\n3. SQlite (for automated testing).\n\n#### Installation Guide\n\n```bash\n# Clone the repo\n$ git clone https://github.com/nafiesl/laravel-multi-table-auth.git\n\n# cd into project directory\n$ cd laravel-multi-table-auth\n\n# Install dependecies\n$ composer install # or composer update\n\n# Set create env file\n$ cp .env.example .env\n$ php artisan key:generate\n```\n\n- Create new MySQL database for this application\n- Set database credentials on `.env` file\n\n```bash\n# Migrate the database structire\n$ php artisan migrate\n\n# Start web server\n$ php artisan serve\n```\n\n- Register as **new User** and **new Customer**, then login as separated authentication guard.\n\n\u003cbr\u003e\n\n## Screenshots\n\n#### User Login Page\n\n![User Login Page](public/screenshots/01-user-login-page.jpg)\n\n#### User Dashboard Page\n\n![User Dashboard Page](public/screenshots/02-user-dashboard-page.jpg)\n\n#### Customer Register Page\n\n![Customer Register Page](public/screenshots/03-customer-register-page.jpg)\n\n#### Customer Login Page\n\n![Customer Login Page](public/screenshots/04-customer-login-page.jpg)\n\n#### Customer Dashboard Page\n\n![Customer Dashboard Page](public/screenshots/05-customer-dashboard-page.jpg)\n\n## License\n\nThis project is free and open-source under [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnafiesl%2Flaravel-multi-table-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnafiesl%2Flaravel-multi-table-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnafiesl%2Flaravel-multi-table-auth/lists"}