daikazu/website-starter-kit

The skeleton application for the Laravel framework.

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

Type:project

This package is auto-updated.

Last update: 2025-05-12 15:40:03 UTC


README

Laravel Logo

Base Website Template

built on the Laravel Framework this template is a starting point for any website project we build.

Installation

Use the package manager composer to install the template.

gh repo clone daikazu/base-template example-site
cd example-site
git init
git add .
git commit -m"First Commit"

This will create a new project in the folder example-site and initialize a git repository.

Install the npm packages

bun install

Default Packages

PHP

"blade-ui-kit/blade-heroicons": "^2.3",
"blade-ui-kit/blade-icons": "^1.6",
"diglactic/laravel-breadcrumbs": "^9.0",
"laravel-notification-channels/telegram": "^5.0",
"laravel/framework": "^11.0",
"laravel/slack-notification-channel": "^3.2",
"laravel/tinker": "^2.9",
"livewire/livewire": "^3.4",
"propaganistas/laravel-phone": "^5.2",
"romanzipp/laravel-seo": "^2.7",
"spatie/laravel-backup": "^8.6",
"spatie/laravel-google-fonts": "^1.4",
"spatie/laravel-sitemap": "^7.2",
"spatie/schema-org": "^3.23",
"watson/active": "^7.1"

NPM

"php": "^8.2",
"ext-zip": "*",
"blade-ui-kit/blade-heroicons": "^2.3",
"blade-ui-kit/blade-icons": "^1.6",
"daikazu/misc-helpers": "^1.1.0",
"daikazu/social-links": "^1.0",
"daikazu/welcome-bar": "^1.1",
"diglactic/laravel-breadcrumbs": "^9.0",
"graham-campbell/markdown": "^15.2",
"hotrush/laravel-backup-telegram-notifications": "^4.0",
"illuminatech/url-trailing-slash": "*",
"jaybizzle/crawler-detect": "^1.2",
"laravel-notification-channels/telegram": "^5.0",
"laravel/framework": "^11.0",
"laravel/horizon": "^5.30",
"laravel/slack-notification-channel": "^3.2",
"laravel/tinker": "^2.9",
"league/flysystem-aws-s3-v3": "^3.29",
"livewire/livewire": "^3.4",
"propaganistas/laravel-phone": "^5.2",
"romanzipp/laravel-seo": "^2.7",
"spatie/crawler": "^8.2",
"spatie/laravel-backup": "^8.6",
"spatie/laravel-google-fonts": "^1.4",
"spatie/laravel-sitemap": "^7.2",
"spatie/schema-org": "^3.23",
"tjmpromos/bloghub-client": "^3.3",
"tjmpromos/master-forms": "dev-main",
"tjmpromos/sf-customer-portal-access": "^2.0",
"watson/active": "^7.1"