{"id":22876771,"url":"https://github.com/devmuhammadzaki/laragigs","last_synced_at":"2026-05-09T00:33:43.429Z","repository":{"id":248248447,"uuid":"828181198","full_name":"devmuhammadzaki/laragigs","owner":"devmuhammadzaki","description":"Job portal Web application, built with Laravel 11, and Tailwind CSS.","archived":false,"fork":false,"pushed_at":"2024-09-28T21:06:47.000Z","size":320,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-06T19:47:04.125Z","etag":null,"topics":["laravel","tailwind-css"],"latest_commit_sha":null,"homepage":"","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/devmuhammadzaki.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-13T11:06:00.000Z","updated_at":"2024-09-28T21:06:51.000Z","dependencies_parsed_at":"2024-07-23T19:53:24.243Z","dependency_job_id":"c2429a29-d94d-4a5c-b8f7-a1e7ddba88e1","html_url":"https://github.com/devmuhammadzaki/laragigs","commit_stats":null,"previous_names":["0xalmo3gez/laragigs","devmuhammadzaki/laragigs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmuhammadzaki%2Flaragigs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmuhammadzaki%2Flaragigs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmuhammadzaki%2Flaragigs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmuhammadzaki%2Flaragigs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devmuhammadzaki","download_url":"https://codeload.github.com/devmuhammadzaki/laragigs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246473425,"owners_count":20783272,"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","tailwind-css"],"created_at":"2024-12-13T15:27:38.841Z","updated_at":"2026-05-09T00:33:38.373Z","avatar_url":"https://github.com/devmuhammadzaki.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# laragigs\n\n![](./laragigs.png)\n\nlaragigs is a Job portal Web Application, built with Laravel 11, and Tailwind CSS.\n\n## Installation\n\n1. Download the code by clicking **Code**, **Download ZIP**. Or if you have Git install in your machine, you can run this in your terminal.\n\n```\ngit clone https://github.com/devmuhammadzaki/laragigs.git\n```\n\n2. Change directory to your local copy of `laragigs` in your terminal. Then install composer dependencies.\n\n```\ncomposer install\n```\n\n3. Install frontend dependencies.\n\n```\nnpm install\n```\n\n4. Copy `.env` file from `.env.example`. In NIX machine you can use this command.\n\n```\ncp .env.example .env\n```\n\n5. Prepare a database. You can use this command.\n\n```\nmysql -uroot -e \"CREATE DATABASE laragigs_db\"\n```\n\nIf you have password for your database, you need to specify `-p` on the command.\n\n6. Configure your database in `.env`\n\n```\nDB_CONNECTION=mysql\nDB_HOST=127.0.0.1\nDB_PORT=3306\nDB_DATABASE=laragigs_db\nDB_USERNAME=root\nDB_PASSWORD=\n```\n\n7. Migrate database tables and seed them with fake data\n\n```\nphp artisan migrate --seed\n```\n\n8. Generate a key for you application\n\n```\nphp artisan key:generate\n```\n\n9. Link storage (for photos and icons associated with the project)\n\n```\nphp artisan storage:link\n```\n\n10. Run php development server\n\n```\nphp artisan serve\n```\n\n11. Run node.js development server (alongside php server)\n\n```\nnpm run dev\n```\n\nYour local copy of laragigs is ready to access in your browser ;)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmuhammadzaki%2Flaragigs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevmuhammadzaki%2Flaragigs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmuhammadzaki%2Flaragigs/lists"}