susheelbhai/laravel_starter_kit
Composer 安装命令:
composer require susheelbhai/laravel_starter_kit
包简介
Starter Kit developed for Laravel.
README 文档
README
Installation
Laravel
Require this package in your composer.json and update composer. This will download the package.
⚠️ This package must be installed just after creating new laravel project. Installing in working project may cause overwriting your important files.
composer require susheelbhai/laravel_starter_kit
Configuration
Initial Settings
Change initial settings by runnung the command
php artisan starter_kit:initial_settings
Migrate database
Migrate databse tables and seed with the following commands
php artisan migrate
php artisan db:seed
Alternatively you can refresh the database and seed with the following commands
php artisan migrate:fresh --seed
Final Settings
Change Final settings by runnung the command
php artisan starter_kit:final_settings
Create a build
Make production build
npm run build
run development environment
npm run dev
Link your storage folder to public folder
Make production build
php artisan storage:link
Installation with single action
create a new folder with the appropriate project name, open terminal and run the following command.
laravel new
navigate to the directory and run the following commands
composer require susheelbhai/laravel_starter_kit
php artisan starter_kit:initial_settings
php artisan migrate:fresh --seed
php artisan starter_kit:final_settings
php artisan storage:link
npm run build
npm run dev
start development server.
if php artisan serve is not working, you use the alternative command
php -S 127.0.0.1:23456 -t public
Deployment checklist
update .env file
APP_ENV=production
APP_DEBUG=false
APP_URL="actual url"
AppServiceProvider
replace public_html with your actual public folder name
Create symlink
https://yourdomain.com/link-storage
License
This Laravel Starter Kit Package is developed by susheelbhai for personal use software licensed under the MIT license
susheelbhai/laravel_starter_kit 适用场景与选型建议
susheelbhai/laravel_starter_kit 是一款 基于 CSS 开发的 Composer 扩展包,目前已累计 702 次下载、GitHub Stars 达 1, 最近一次更新时间为 2023 年 03 月 06 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 susheelbhai/laravel_starter_kit 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 susheelbhai/laravel_starter_kit 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 702
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-03-06