bpocallaghan / titan-starter
The Laravel Framework.
Fund package maintenance!
Patreon
Installs: 57
Dependents: 0
Suggesters: 0
Security: 0
Stars: 76
Watchers: 6
Forks: 19
Open Issues: 5
Language:Blade
Type:project
Requires
- php: ^8.1
- barryvdh/laravel-dompdf: ^2.0
- bpocallaghan/alert: ^1.2
- bpocallaghan/impersonate: ^1.1
- bpocallaghan/log-activity: ^3.0
- bpocallaghan/notify: ^3.0
- bpocallaghan/sluggable: ^1.3
- google/recaptcha: ^1.3
- guzzlehttp/guzzle: ^7.2
- intervention/image: ^2.7
- laravel/framework: ^10.8
- laravel/sanctum: ^3.2
- laravel/tinker: ^2.8
- laravel/ui: ^4.2
- orchestra/testbench: ^8.5
- spatie/laravel-analytics: ^5.0.0
- yajra/laravel-datatables-oracle: ^10.4
Requires (Dev)
- barryvdh/laravel-ide-helper: ^2.13
- bpocallaghan/generators: ^9.0
- fakerphp/faker: ^1.9.1
- laravel/pint: ^1.0
- laravel/sail: ^1.18
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^7.0
- phpunit/phpunit: ^10.1
- spatie/laravel-ignition: ^2.0
This package is auto-updated.
Last update: 2024-10-30 14:06:20 UTC
README
A Laravel Website with Admin access Starter project with AdminLTE theme and basic features.
- Unit Tests
(156 tests, 690 assertions)
- 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
- App Settings
- Banners
- Page Builder
- Resources (Documents, Photos, Videos)
- News
- Shop
- FAQ
- Website: Contact Us
TODO
- More Tests (pages, news)
- Events
- Testimonials
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 Runnpm run prod
Setup (Advanced)
config\app.php
-> set timezone- create Facebook Website App https://developers.facebook.com/
- create a Mailgun account and set custom domain
- 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)
- 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
- ADMIN LTE.
- Thank you Taylor Ottwell for Laravel.
- Thank you Jeffrey Way for the awesome resources at Laracasts
My Packages Included
- File Generators Laravel 5 File Generators with config and publishable stubs
- Notify Laravel 5 Flash Notifications with icons and animations and with a timeout
- Alert A helper package to flash a bootstrap alert to the browser via a Facade or a helper function.
- Impersonate User This allows you to authenticate as any of your customers.
- Sluggable Provides a HasSlug trait that will generate a unique slug when saving your Laravel Eloquent model.