{"id":30605459,"url":"https://github.com/bpocallaghan/titan-starter","last_synced_at":"2025-08-30T02:13:01.092Z","repository":{"id":62496464,"uuid":"299877313","full_name":"bpocallaghan/titan-starter","owner":"bpocallaghan","description":"A Laravel Starter project that helps you with the initial setup.","archived":false,"fork":false,"pushed_at":"2022-09-01T21:30:46.000Z","size":2506,"stargazers_count":17,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-09T22:07:47.819Z","etag":null,"topics":["admin","admin-dashboard","admin-lte","alert","crud","hactoberfest","laravel","starter-template"],"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/bpocallaghan.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}},"created_at":"2020-09-30T09:56:24.000Z","updated_at":"2022-08-29T18:41:16.000Z","dependencies_parsed_at":"2022-11-02T11:46:05.623Z","dependency_job_id":null,"html_url":"https://github.com/bpocallaghan/titan-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bpocallaghan/titan-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpocallaghan%2Ftitan-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpocallaghan%2Ftitan-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpocallaghan%2Ftitan-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpocallaghan%2Ftitan-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bpocallaghan","download_url":"https://codeload.github.com/bpocallaghan/titan-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpocallaghan%2Ftitan-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272793102,"owners_count":24993843,"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-08-30T02:00:09.474Z","response_time":77,"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":["admin","admin-dashboard","admin-lte","alert","crud","hactoberfest","laravel","starter-template"],"created_at":"2025-08-30T02:12:59.463Z","updated_at":"2025-08-30T02:13:01.081Z","avatar_url":"https://github.com/bpocallaghan.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel CMS Starter\n\n- [Website Starter](https://github.com/bpocallaghan/titan-starter-website) Laravel 9 Website and Admin Starter\n\n[Preview project here](https://bpocallaghan.ie)\n- User: github@bpocallaghan.ie\n- Password: github\n\n## Features\n - Admin LTE theme\n - Authentication\n - User Roles\n - Admin Navigation\n - Log and View Activities (website actions and admin resource changes)\n - Accounts\n\n## TODO\n - landing page\n - More Tests\n\n ## Setup (Basic)\n - Clone or Download the code\n - create your database\n - setup your virtual host (preview: http://titan.test)\n - open .env and update app information, database, mail\n - open `database\\seeds\\UsersTableSeeder.php` and set your admin user credentials\n - NPM (css and js): Install `npm install` and Run `npm run prod`\n\n ## Setup (Advanced)\n - `config\\app.php` -\u003e set timezone\n - google Captcha https://www.google.com/recaptcha/admin#list\n - google Analytics Account https://analytics.google.com/analytics/web\n - google Console Developer account for google maps and google analytics API\n    - https://console.developers.google.com\n    - Enable the 'google analytics' API\n \t- Create api browser key for google maps\n \t- Get and Setup Laravel Analytics [Laravel Analytics (Spatie)](https://github.com/spatie/laravel-analytics/tree/3.1.0)\n         - create new service account key (JSON)\n         - download and rename the json to 'service-account-credentials.json'\n         - store the file under /storage/app/analytics\n         - go to (google analytics)[https://analytics.google.com/analytics/]\n         - go to admin - property - user management and add the service account's email as a user\n         - go to admin - view - settings and copy the 'site id' to your .env\n - get a Google Maps js API key https://developers.google.com/maps/documentation/javascript/get-api-key\n\n## Thank you\n- All [contributors](https://github.com/bpocallaghan/titan-starter/graphs/contributors)\n- [ADMIN LTE](https://github.com/almasaeed2010/AdminLTE).\n- Thank you [Taylor Ottwell](https://github.com/taylorotwell) for [Laravel](http://laravel.com/).\n- Thank you [Jeffrey Way](https://github.com/JeffreyWay) for the awesome resources at [Laracasts](https://laracasts.com/)\n\n## My Packages Included\n- [File Generators](https://github.com/bpocallaghan/generators) Laravel 5 File Generators with config and publishable stubs\n- [Notify](https://github.com/bpocallaghan/notify) Laravel 5 Flash Notifications with icons and animations and with a timeout\n- [Alert](https://github.com/bpocallaghan/alert) A helper package to flash a bootstrap alert to the browser via a Facade or a helper function.\n- [Impersonate User](https://github.com/bpocallaghan/impersonate) This allows you to authenticate as any of your customers.\n- [Sluggable](https://github.com/bpocallaghan/sluggable) Provides a HasSlug trait that will generate a unique slug when saving your Laravel Eloquent model.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbpocallaghan%2Ftitan-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbpocallaghan%2Ftitan-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbpocallaghan%2Ftitan-starter/lists"}