{"id":19361876,"url":"https://github.com/rafi021/vue3lara9start","last_synced_at":"2026-06-09T21:31:07.785Z","repository":{"id":116758029,"uuid":"494840700","full_name":"rafi021/vue3lara9start","owner":"rafi021","description":"An open source laravel 9, vue3 and tailwind css based demo project for describing basics of Vue 3 with Laravel 9","archived":false,"fork":false,"pushed_at":"2022-05-24T14:10:28.000Z","size":1867,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-16T21:05:44.664Z","etag":null,"topics":["compostion-api","laravel9x","sweetalert2","tailwindcss","vee-validate","vue-pagination","vue-select","vue3"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/rafi021.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":"2022-05-21T16:45:41.000Z","updated_at":"2022-05-24T14:14:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"4edad893-1a9f-4baf-ab8b-a22b570ad1bd","html_url":"https://github.com/rafi021/vue3lara9start","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rafi021/vue3lara9start","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafi021%2Fvue3lara9start","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafi021%2Fvue3lara9start/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafi021%2Fvue3lara9start/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafi021%2Fvue3lara9start/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafi021","download_url":"https://codeload.github.com/rafi021/vue3lara9start/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafi021%2Fvue3lara9start/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34127342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["compostion-api","laravel9x","sweetalert2","tailwindcss","vee-validate","vue-pagination","vue-select","vue3"],"created_at":"2024-11-10T07:25:43.163Z","updated_at":"2026-06-09T21:31:07.759Z","avatar_url":"https://github.com/rafi021.png","language":"JavaScript","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\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://travis-ci.org/laravel/framework\"\u003e\u003cimg src=\"https://travis-ci.org/laravel/framework.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## About vue3lara9start\n\nIt is a Laravel 9 Vue3 based demo project showing the basics of Vue 3. Authentication, Authorization, Routing, form submittion and data binding. It will help begineers to understand \"how to start with Laravel 9 \u0026 Vue 3\". Build with love and passon and also its open source for web artisans.\n\n1. Laravel 9\n2. Vue 3\n3. Tailwind CSS 3\n4. laravel/breeze\n\n## Getting Started Step by Step\n1. In your root folder, clone the project file using git clone https://github.com/rafi021/vue3lara9start.git\n2. Open terminal (bash/cmd). Then go to project folder using command\n\n```sh\ncd vue3lara9start\n```\n\n3. Then install required files and libraries using \n\n```sh\ncomposer install\n```\n\n4. Then create a .env file and generate key for this project using command \n\n```sh\ncp .env.example .env\n\nphp artisan key:generate\n```\n\n5. Then compile all CSS \u0026 JS files together using this command\n\n```sh\nnpm install \u0026\u0026 npm run dev\n```\n\nor\n\n```sh\nyarn install \u0026\u0026 yarn run dev\n```\n6. Create a database in MYSQL and connect it with your project via updating .env file.\n7. After connecting the db with project, then run command \n\n```sh\nphp artisan migrate:fresh --seed\n```\n\nAfter completing the migration and seeding of db, you will have 2 user ready for login in this project. \n\u003cbr /\u003e\nA.  Admin -\u003e Admin\n    Email -\u003e admin@example.com\n    Pass -\u003e 1234\n\u003cbr/\u003e\nB.  User -\u003e Editor\n    Email -\u003e editor@example.com\n    Pass -\u003e 1234\n\nFinally we are ready to run our project using this command \n\n```sh\nphp artisan serve \n```\nin one terminal and also run\n\n```sh\nnpm run watch \n```\n on another terminal for compiling js and css. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafi021%2Fvue3lara9start","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafi021%2Fvue3lara9start","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafi021%2Fvue3lara9start/lists"}