{"id":15188315,"url":"https://github.com/code-architect/laravel_blog","last_synced_at":"2026-03-02T07:32:46.979Z","repository":{"id":85256622,"uuid":"147290159","full_name":"code-architect/laravel_blog","owner":"code-architect","description":"A fully functional professional multi site blogging app ready to deploy. With pagination, soft-deletes, WordPress like image library, custom image thumbnail creator. Customize the front-end the way you want.","archived":false,"fork":false,"pushed_at":"2018-10-03T12:44:34.000Z","size":7746,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T17:51:39.983Z","etag":null,"topics":["galary","image-processing","javascript","laravel-5-package","laravel-application","laravel-framework","laravel54","pagination","php","responsive"],"latest_commit_sha":null,"homepage":"https://www.gunstar.co.uk","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/code-architect.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":"2018-09-04T04:55:53.000Z","updated_at":"2018-10-03T12:50:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"58c857de-cd86-4e56-b989-1aedab170e81","html_url":"https://github.com/code-architect/laravel_blog","commit_stats":{"total_commits":81,"total_committers":2,"mean_commits":40.5,"dds":"0.41975308641975306","last_synced_commit":"9ffb957fee681b77dbe5f2db0eb3cce4188d1236"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/code-architect/laravel_blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-architect%2Flaravel_blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-architect%2Flaravel_blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-architect%2Flaravel_blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-architect%2Flaravel_blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code-architect","download_url":"https://codeload.github.com/code-architect/laravel_blog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code-architect%2Flaravel_blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29995020,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","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":["galary","image-processing","javascript","laravel-5-package","laravel-application","laravel-framework","laravel54","pagination","php","responsive"],"created_at":"2024-09-27T19:03:19.546Z","updated_at":"2026-03-02T07:32:46.960Z","avatar_url":"https://github.com/code-architect.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About This Project\n\n\n##Setting up for production\n\nPlease create a user with ID: 1 \u003cbr /\u003e\nPlease create a category named Unauthorized with ID: 1\n\nOr simply run the `php artisan db seed` command \u003cbr /\u003e\nYou can edit it in the `database/seeds/` folder, cange the values and then run `db:seed`. \u003cbr/\u003e\n\n\nOr just do this in `database/seeds/DatabaseSeeder.php`\u003cbr /\u003e\n           \n          `$this-\u003ecall(UsersTableSeeder::class);` \n          `$this-\u003ecall(SiteAddressesTableSeeder::class);`\n          `//$this-\u003ecall(PostsTableSeeder::class);` \n          `$this-\u003ecall(CategoriesTableSeeder::class);` \n          `$this-\u003ecall(SeosTableSeeder::class);`\n          `$this-\u003ecall(RolesTableSeeder::class);`\n          `$this-\u003ecall(PermissionsTableSeeder::class);`\n          `//$this-\u003ecall(SocialsTableSeeder::class);`\n\n#####Change your .env file \u003cbr /\u003e\n After running ` git pull ` from bitbucket, create a `.env` file set you `.env` file like this. \n There will be a `.env.example` file in there for reference, can use that or use the description below.\n  \n - APP_ENV=production\n - APP_DEBUG=false\n - APP_KEY=SomeRandomString \n\u003cbr /\u003e\u003cbr /\u003e\n - DB_HOST=localhost\n - DB_DATABASE=[your database name]\n - DB_USERNAME=[your user name]\n - DB_PASSWORD=[your database password name]\n\u003cbr /\u003e\u003cbr /\u003e\n - CACHE_DRIVER=file\n - SESSION_DRIVER=file\n - QUEUE_DRIVER=sync\n\u003cbr /\u003e\u003cbr /\u003e\n - REDIS_HOST=localhost\n - REDIS_PASSWORD=null\n - REDIS_PORT=6379\n\u003cbr /\u003e\u003cbr /\u003e\n - MAIL_DRIVER=smtp\n - MAIL_HOST=sendgrid.com\n - MAIL_PORT=2525\n - MAIL_USERNAME=XXXXXXXXXXX\n - MAIL_PASSWORD=XXXXXXXXXXX\n - MAIL_ENCRYPTION=null\n\n Run `php artisan key:generate ` \u003cbr /\u003e\n \n Remove `\"Barryvdh\\Debugbar\\ServiceProvider::class,\"` from app.php provider. \u003cbr /\u003e\n Remove `\"'Debugbar' =\u003e Barryvdh\\Debugbar\\Facade::class,\"` from app.php aliases\n\n Run `composer install --no-dev` [ this will install without debugger and testing stuff ] \u003cbr /\u003e\n \n Run `php artisan migrate` to install tables \u003cbr /\u003e\n Run `php artisan laratrust:migration `  permissions  \u003cbr /\u003e\n \n \u003e set up your server or you can run this project in your local by using `php artisan serve`\n\n\u003cbr /\u003e\n\n##Setting up for Test\n\n#####Change your .env file \u003cbr /\u003e\n After running ` git pull ` from bitbucket, create a `.env` file set you `.env` file like this. \n There will be a `.env.example` file in there for reference, can use that or use the production one above with slight change.\n \n   - APP_ENV=local\n   - APP_DEBUG=true\n   \n Run `php artisan key:generate ` \u003cbr /\u003e\n Run `composer install --no-dev` [ this will install without debugger and testing stuff ] \u003cbr /\u003e\n  \n  Run `php artisan migrate` to install tables \u003cbr /\u003e\n  Run ` php artisan laratrust:migration `  .env file for production \u003cbr /\u003e\n  Run `php artisan db:seed` to use Facker data \n \n ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-architect%2Flaravel_blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-architect%2Flaravel_blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-architect%2Flaravel_blog/lists"}