bpocallaghan / laravel-starter
A Laravel Starter project that helps you with the initial setup.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 17
Watchers: 2
Forks: 4
Open Issues: 0
Type:project
Requires
- php: ^7.3
- bpocallaghan/alert: ^1.2
- bpocallaghan/impersonate: ^1.0
- bpocallaghan/log-activity: ^1.1
- bpocallaghan/notify: ^3.0
- bpocallaghan/sluggable: ^1.3
- fideloper/proxy: ^4.2
- fruitcake/laravel-cors: ^2.0
- guzzlehttp/guzzle: ^7.0.1
- intervention/image: ^2.5
- laravel/framework: ^8.0
- laravel/tinker: ^2.0
- laravel/ui: ^3.0
- spatie/laravel-analytics: ^3.10
Requires (Dev)
- bpocallaghan/generators: ^7.0
- facade/ignition: ^2.3.6
- fzaninotto/faker: ^1.9.1
- mockery/mockery: ^1.3.1
- nunomaduro/collision: ^5.0
- phpunit/phpunit: ^9.3
This package is auto-updated.
Last update: 2024-10-29 06:12:02 UTC
README
- Website Starter Laravel 9 Website and Admin Starter
- 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 Runnpm 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)
- 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.