ollieread/laravel-starter
最新稳定版本:v1.0-beta
Composer 安装命令:
composer create-project ollieread/laravel-starter
包简介
An opinionated Laravel starter kit.
README 文档
README
Laravel Starter Kit
This is a Laravel starter kit created by myself. It’s an opinionated setup that I almost always use, created entirely
to skip the boilerplate process of setting everything up. It contains the following changes from the default
laravel/laravel installation:
- Routing, middleware and exceptions are handled by their own classes in
app/Boot. - The
routesdirectory has been removed and routes are instead defined inapp/Http/Routesusing classes that implement theApp\Support\RouteMapperinterface. These classes are then added toapp/Boot/ConfigureRoutes.php. - The
app/Http/Controllersdirectory has been removed as a side effect due to the remove of the defaultControllerclass. - All default migrations have been removed.
- Logs are set to daily.
- Services that were set to use a database by default have been set back to use file, or
syncin the case of jobs. - Telescope is installed by default.
- Stubs are published by default.
- Larastsan is installed by default and set to
max. - The
tpetry/laravel-postgresql-enhancedpackage is installed, and migration stubs have been set to use it. - All default config has been published.
- The framework is told not to merge in the default config.
- Tailwind has been removed
- SaSS has been added.
- Vite has been configured to use
resources/scss/app.scssas the entry point.
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-03