{"id":23882336,"url":"https://github.com/jenky/blog","last_synced_at":"2026-04-12T17:38:11.729Z","repository":{"id":39231989,"uuid":"239829896","full_name":"jenky/blog","owner":"jenky","description":"A simple blog built on Laravel, InertiaJS and VueJS","archived":false,"fork":false,"pushed_at":"2023-01-05T07:01:06.000Z","size":5800,"stargazers_count":0,"open_issues_count":25,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-04T02:53:19.600Z","etag":null,"topics":["inertiajs","laravel","vue","vuejs"],"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/jenky.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-11T18:04:44.000Z","updated_at":"2021-05-10T15:07:59.000Z","dependencies_parsed_at":"2023-02-03T17:16:39.986Z","dependency_job_id":null,"html_url":"https://github.com/jenky/blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenky%2Fblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenky%2Fblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenky%2Fblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenky%2Fblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jenky","download_url":"https://codeload.github.com/jenky/blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240255416,"owners_count":19772616,"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":["inertiajs","laravel","vue","vuejs"],"created_at":"2025-01-04T02:53:23.254Z","updated_at":"2026-04-12T17:38:06.699Z","avatar_url":"https://github.com/jenky.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Made with [Laravel](https://laravel.com) and [Vuejs](https://vuejs.org)\n\n## Requirements\n\n- PHP 7.2 – 7.4\n- HTTP server with PHP support (e.g.: Apache, Nginx, Caddy) (optional)\n- [Composer](https://getcomposer.org)\n- A supported database: MySQL, PostgreSQL or SQLite\n\n## Installation Guide\n\n### 1. Clone the repository and install dependencies\n\nFrom your console, run the following commands:\n\n``` bash\ncd \u003cWEB_DIRECTORY_FOR_BLOG\u003e\ngit clone https://github.com/jenky/blog\ncomposer install\n```\n\n### 2. Add the DB Credentials \u0026 APP_URL\n\nCreate your `.env` file from your console:\n\n``` bash\ncp .env.example .env\n```\n\nNext make sure to create a new database and add your database credentials to your `.env` file:\n\n```\nDB_HOST=localhost\nDB_DATABASE=homestead\nDB_USERNAME=homestead\nDB_PASSWORD=secret\n```\n\nYou might also want to update your website URL inside of the APP_URL variable inside the `.env` file:\n\n```\nAPP_URL=http://localhost:8000\n```\n\nThen generate your application key from your console:\n\n``` bash\nphp artisan key:generate\n```\n\n### 3. Start your development server\n\n``` bash\nphp artisan serve\n```\n\nYou should now be able to visit http://localhost:8000 in your browser and start using the application.\n\n\u003e http://localhost:8000, however, is only the *development server* for Laravel. For optimal performance, you'll want to set up the production version, the configuration of which varies depending on your webserver of choice (Apache, Nginx, Caddy etc.)\n\n## Create an User\n\nTo create new user or admin simply run\n\n``` bash\nphp artisan app:user\n```\n\nAnd you will be prompted for the user's name, email and password.\n\n## Testing\n\n``` bash\ncomposer test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenky%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjenky%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenky%2Fblog/lists"}