https://github.com/bpocallaghan/titan-starter
A Laravel Starter project that helps you with the initial setup.
https://github.com/bpocallaghan/titan-starter
admin admin-dashboard admin-lte alert crud hactoberfest laravel starter-template
Last synced: about 1 month ago
JSON representation
A Laravel Starter project that helps you with the initial setup.
- Host: GitHub
- URL: https://github.com/bpocallaghan/titan-starter
- Owner: bpocallaghan
- Created: 2020-09-30T09:56:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T21:30:46.000Z (about 3 years ago)
- Last Synced: 2024-04-09T22:07:47.819Z (over 1 year ago)
- Topics: admin, admin-dashboard, admin-lte, alert, crud, hactoberfest, laravel, starter-template
- Language: PHP
- Homepage:
- Size: 2.39 MB
- Stars: 17
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel CMS Starter
- [Website Starter](https://github.com/bpocallaghan/titan-starter-website) Laravel 9 Website and Admin Starter
[Preview project here](https://bpocallaghan.ie)
- User: github@bpocallaghan.ie
- Password: github## Features
- Admin LTE theme
- Authentication
- User Roles
- Admin Navigation
- Log and View Activities (website actions and admin resource changes)
- Accounts## TODO
- landing page
- More Tests## Setup (Basic)
- Clone or Download the code
- create your database
- setup your virtual host (preview: http://titan.test)
- open .env and update app information, database, mail
- open `database\seeds\UsersTableSeeder.php` and set your admin user credentials
- NPM (css and js): Install `npm install` and Run `npm run prod`## Setup (Advanced)
- `config\app.php` -> set timezone
- google Captcha https://www.google.com/recaptcha/admin#list
- google Analytics Account https://analytics.google.com/analytics/web
- google Console Developer account for google maps and google analytics API
- https://console.developers.google.com
- Enable the 'google analytics' API
- Create api browser key for google maps
- Get and Setup Laravel Analytics [Laravel Analytics (Spatie)](https://github.com/spatie/laravel-analytics/tree/3.1.0)
- create new service account key (JSON)
- download and rename the json to 'service-account-credentials.json'
- store the file under /storage/app/analytics
- go to (google analytics)[https://analytics.google.com/analytics/]
- go to admin - property - user management and add the service account's email as a user
- go to admin - view - settings and copy the 'site id' to your .env
- get a Google Maps js API key https://developers.google.com/maps/documentation/javascript/get-api-key## Thank you
- All [contributors](https://github.com/bpocallaghan/titan-starter/graphs/contributors)
- [ADMIN LTE](https://github.com/almasaeed2010/AdminLTE).
- Thank you [Taylor Ottwell](https://github.com/taylorotwell) for [Laravel](http://laravel.com/).
- Thank you [Jeffrey Way](https://github.com/JeffreyWay) for the awesome resources at [Laracasts](https://laracasts.com/)## My Packages Included
- [File Generators](https://github.com/bpocallaghan/generators) Laravel 5 File Generators with config and publishable stubs
- [Notify](https://github.com/bpocallaghan/notify) Laravel 5 Flash Notifications with icons and animations and with a timeout
- [Alert](https://github.com/bpocallaghan/alert) A helper package to flash a bootstrap alert to the browser via a Facade or a helper function.
- [Impersonate User](https://github.com/bpocallaghan/impersonate) This allows you to authenticate as any of your customers.
- [Sluggable](https://github.com/bpocallaghan/sluggable) Provides a HasSlug trait that will generate a unique slug when saving your Laravel Eloquent model.