{"id":20430866,"url":"https://github.com/alexbinary/laravel-demo","last_synced_at":"2026-07-21T15:05:57.703Z","repository":{"id":235812983,"uuid":"791308241","full_name":"alexbinary/laravel-demo","owner":"alexbinary","description":"Demo app using Laravel Vuejs Tailwind ","archived":false,"fork":false,"pushed_at":"2024-05-08T13:41:14.000Z","size":127,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T05:44:13.916Z","etag":null,"topics":[],"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/alexbinary.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-04-24T13:36:30.000Z","updated_at":"2024-05-10T07:07:54.000Z","dependencies_parsed_at":"2025-01-15T17:21:03.424Z","dependency_job_id":"5651482e-5a13-4796-a70f-9f17d67350d7","html_url":"https://github.com/alexbinary/laravel-demo","commit_stats":null,"previous_names":["alexbinary/laravel-demo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alexbinary/laravel-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexbinary%2Flaravel-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexbinary%2Flaravel-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexbinary%2Flaravel-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexbinary%2Flaravel-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexbinary","download_url":"https://codeload.github.com/alexbinary/laravel-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexbinary%2Flaravel-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018987,"owners_count":26086678,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":[],"created_at":"2024-11-15T08:09:26.960Z","updated_at":"2025-10-14T14:05:02.051Z","avatar_url":"https://github.com/alexbinary.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Install\n\nGénérer l'image Docker pour le dev\n\n    docker build . -t app_dev\n\nReconstruire la DB + données de tests\n\n    docker run --rm -it -v .:/app app_dev php artisan migrate:fresh --seed\n    \nLier les fichiers publics :\n\n    docker run --rm -it -v .:/app app_dev php artisan storage:link\n    \nLancer le serveur back :\n\n    docker run --rm -it -v .:/app -p 8000:8000 -p 5173:5173 --name app_dev_server app_dev php artisan serve --host=0.0.0.0\n\nLancer le serveur front :\n\n    docker exec -it app_dev_server npm run dev\n\nLancer la compilation tailwind :\n\n    docker exec -it app_dev_server npx tailwindcss -i ./resources/css/app.in.css -o ./resources/css/app.css --watch\n    \n\n# Commandes utiles\n\nLister les routes :\n\n    docker run --rm -it -v .:/app app_dev php artisan route:list --except-vendor\n\n\n# Autres commandes\n\nLancer une commande dans l'image Docker de dev :\n\n    docker run --rm -it -v .:/app app_dev CMD ARGS\n    # multiple commands\n    docker run --rm -it -v .:/app app_dev sh -c \"CMD1 ARGS \u0026\u0026 CMD2 ARGS\"\n\nLancer une commande dans le conteneur du serveur de dev en éxécution :\n\n    docker exec -it app_dev_server CMD ARGS\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexbinary%2Flaravel-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexbinary%2Flaravel-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexbinary%2Flaravel-demo/lists"}