{"id":28003190,"url":"https://github.com/atomjoy/xenon","last_synced_at":"2025-05-09T01:59:36.396Z","repository":{"id":288236115,"uuid":"963232941","full_name":"atomjoy/xenon","owner":"atomjoy","description":"Xenon is a Laravel and Vue based blog with multi-guard authentication (CMS).","archived":false,"fork":false,"pushed_at":"2025-05-01T20:07:51.000Z","size":46617,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-09T01:59:30.041Z","etag":null,"topics":["laravel-blog","laravel-vue-blog","php-blog","vue-blog","vue-blog-admin","xenon","xenon-blog"],"latest_commit_sha":null,"homepage":"https://github.com/atomjoy/xenon","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/atomjoy.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,"zenodo":null}},"created_at":"2025-04-09T11:12:12.000Z","updated_at":"2025-05-01T20:07:54.000Z","dependencies_parsed_at":"2025-04-16T11:29:37.544Z","dependency_job_id":null,"html_url":"https://github.com/atomjoy/xenon","commit_stats":null,"previous_names":["atomjoy/laravel-blog"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomjoy%2Fxenon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomjoy%2Fxenon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomjoy%2Fxenon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atomjoy%2Fxenon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atomjoy","download_url":"https://codeload.github.com/atomjoy/xenon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253176436,"owners_count":21866142,"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-blog","laravel-vue-blog","php-blog","vue-blog","vue-blog-admin","xenon","xenon-blog"],"created_at":"2025-05-09T01:59:35.987Z","updated_at":"2025-05-09T01:59:36.382Z","avatar_url":"https://github.com/atomjoy.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Xenon Blog\n\nXenon is a Laravel and Vue based blog with multi-guard authentication.\n\n## Run\n\nConfig in .env or .env.production and default users in database/seeders.\n\n```sh\n# Create storage and public_html links\nphp artisan storage:link\n# DB Tables\nphp artisan migrate:fresh --seed\n# Import mysql data\ndatabase/sql/laravel-9.sql\n# Compile\nnpm run build\n# Run\nphp artisan serve\n```\n\n## Login (guards)\n\nDefault user login details.\n\n```sh\nClientPanel: /login\nUser: user@example.com\nPass: Password123#\n\nAdminPanel: /admin/login\nUser: admin@example.com\nPass: Password123#\n```\n\n## Configs, Component json\n\n```sh\n# Json\nresources/js/settings\n\n# Seo schema\nresources/js/utils/seo\n\n# Lang\nresources/js/lang\n```\n\n## Mysql table\n\n```sql\n-- Tabele\nCREATE DATABASE IF NOT EXISTS laravel CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;\nCREATE DATABASE IF NOT EXISTS laravel_testing CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;\n\n-- Nie wymagane do testu\nGRANT ALL PRIVILEGES ON *.* TO root@localhost IDENTIFIED BY 'toor' WITH GRANT OPTION;\nGRANT ALL PRIVILEGES ON *.* TO root@127.0.0.1 IDENTIFIED BY 'toor' WITH GRANT OPTION;\n```\n\n## Production\n\n```sh\n# Linki symboliczne\nphp artisan storage:link\n\n# Clear cache config\n php artisan optimize:clear\n\n# Baza danych\nphp artisan migrate --seed\nphp artisan migrate:fresh --seed\n\n# Dodaj do cache\nphp artisan event:cache\nphp artisan config:cache\nphp artisan optimize\n\n# Usuń z cache\nphp artisan event:clear\nphp artisan cache:clear\nphp artisan optimize:clear\n```\n\n## Compile, Run\n\n```sh\nnpm run build\nphp artisan serve\n```\n\n## Resource Controller\n\n```sh\nphp artisan make:model Category -a --resource\n\nRoute::resource('categories', CategoryController::class)-\u003eexcept(['create', 'edit']);\n```\n\n## Test\n\n```sh\nphp artisan migrate:fresh --seed\n\nphp artisan test --stop-on-failure\n\nphp artisan test --filter PermissionsTest --stop-on-failure\n```\n\n## TODO\n\n```sh\n- Seo meta tags for main pages with json (uncomment, optional)\n- Social login (implement, optional)\n- Vue locale translations (add, optional)\n```\n\n## Screenshots\n\n\u003cimg src=\"https://raw.githubusercontent.com/atomjoy/laravel-blog/refs/heads/main/screenshots/p1.png\" width=\"100%\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/atomjoy/laravel-blog/refs/heads/main/screenshots/p2.png\" width=\"100%\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/atomjoy/laravel-blog/refs/heads/main/screenshots/login-client.png\" width=\"100%\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/atomjoy/laravel-blog/refs/heads/main/screenshots/a2.png\" width=\"100%\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/atomjoy/laravel-blog/refs/heads/main/screenshots/b1.png\" width=\"100%\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/atomjoy/laravel-blog/refs/heads/main/screenshots/b3.png\" width=\"100%\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/atomjoy/laravel-blog/refs/heads/main/screenshots/b4.png\" width=\"100%\"\u003e\n\n## Links\n\n```sh\n# Icons\nhttps://www.svgrepo.com/collection/kalai-oval-interface-icons\nhttps://www.svgrepo.com/collection/solar-linear-icons\n#Images\nhttps://unsplash.com\nhttps://www.nvidia.com\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomjoy%2Fxenon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatomjoy%2Fxenon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatomjoy%2Fxenon/lists"}