{"id":21722656,"url":"https://github.com/dragonsea0927/laravel-react-vite-stisla","last_synced_at":"2026-02-25T20:31:36.839Z","repository":{"id":252268005,"uuid":"839634787","full_name":"dragonsea0927/laravel-react-vite-stisla","owner":"dragonsea0927","description":"[NEW!] Auth JWT Multirole + CRUD, Searching, Pagination, Showing with Laravel React Vite and Template admin stisla!","archived":false,"fork":false,"pushed_at":"2024-08-08T02:54:29.000Z","size":11360,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T21:45:16.294Z","etag":null,"topics":["ai","crud","jwp","laratrust","laravel","react","spa","stisla","vite"],"latest_commit_sha":null,"homepage":"http://lrv.fahmiibrahimdev.tech","language":"JavaScript","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/dragonsea0927.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":"2024-08-08T02:52:24.000Z","updated_at":"2024-11-12T19:42:48.000Z","dependencies_parsed_at":"2024-08-08T19:08:36.736Z","dependency_job_id":null,"html_url":"https://github.com/dragonsea0927/laravel-react-vite-stisla","commit_stats":null,"previous_names":["dragonsea0927/laravel-react-vite-stisla"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dragonsea0927/laravel-react-vite-stisla","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragonsea0927%2Flaravel-react-vite-stisla","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragonsea0927%2Flaravel-react-vite-stisla/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragonsea0927%2Flaravel-react-vite-stisla/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragonsea0927%2Flaravel-react-vite-stisla/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dragonsea0927","download_url":"https://codeload.github.com/dragonsea0927/laravel-react-vite-stisla/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dragonsea0927%2Flaravel-react-vite-stisla/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29838050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T19:08:47.527Z","status":"ssl_error","status_checked_at":"2026-02-25T18:59:04.705Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["ai","crud","jwp","laratrust","laravel","react","spa","stisla","vite"],"created_at":"2024-11-26T02:31:30.145Z","updated_at":"2026-02-25T20:31:36.809Z","avatar_url":"https://github.com/dragonsea0927.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg width=\"100%\" alt=\"image\" src=\"https://user-images.githubusercontent.com/129714988/230786429-ae7d00b6-3375-452d-bc00-adbf780ad5f5.png\"\u003e\n\n# Laravel React Vite Stisla\n\nThis project is a web application built with Laravel, ReactJS with Vite, and Stisla Admin Template. The web application is designed to provide a user-friendly interface for managing data with the CRUD, searching, pagination, showing, single page application, and validation features.\n\n## Folder Structure\n\n- backend: Contains the Laravel project\n- frontend: Contains the ReactJS project\n\n## Features\n\n- Laravel for backend RESTful API\n- ReactJS with Vite for frontend development\n- Stisla Admin Template for responsive and user-friendly interface\n- CRUD operations for managing data\n- Searching and pagination functionality\n- Single page application with React Router\n- Form validation with ReactJS validation rules\n- [NEW!] Authentication with JWT Token\n- [NEW!] Validation and sweetalert authentication\n- [NEW!] Multiple authentication role REST API with laratrust!\n- [NEW!] Page: 404, 403.\n\n## Prerequisites\n\n1. PHP \u003e= 8.1 or new\n2. Composer\n3. Node.js last version\n4. NPM last version\n5. MySQL or MariaDB last version\n\n## Installation\n\n1. Clone this repository to your local machine:\n\n```\ngit clone https://github.com/fhmiibrhimdev/laravel-react-vite-stisla.git\n```\n\n2. Install the dependencies for the Laravel project:\n\n```\ncd backend\ncomposer install\n```\n\n3. Create a .env file for your Laravel project and configure your database settings:\n\n```\ncp .env.example .env\n```\n\n4. Generate a new APP_KEY for your Laravel project:\n\n```\nphp artisan key:generate\n```\n\n5. Run database migrations:\n\n```\nphp artisan migrate:fresh --seed\n```\n\n6. Run JWT Secret and Storage Link:\n\n```\nphp artisan jwt:secret\nphp artisan storage:link\n```\n\n7. Install the dependencies for the ReactJS project:\n\n```\ncd ../frontend\nnpm install\n```\n\n8. Start the development server for the ReactJS project:\n\n```\nnpm run dev\n```\n\n9. Start the development server for the Laravel project:\n\n```\ncd ../backend\nphp artisan serve\n```\n\n10. Visit [Localhost](http://localhost:5173/products) in your web browser to access the web application.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](https://github.com/fhmiibrhimdev/laravel-react-vite-stisla/blob/main/LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragonsea0927%2Flaravel-react-vite-stisla","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdragonsea0927%2Flaravel-react-vite-stisla","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdragonsea0927%2Flaravel-react-vite-stisla/lists"}