skrypt-nl/laravel-vue-tailwind-spa
Composer 安装命令:
composer create-project skrypt-nl/laravel-vue-tailwind-spa
包简介
A Laravel-Vue SPA starter project template with Tailwind CSS integration.
README 文档
README
A Laravel, Vue & Tailwind SPA starter project template.
Please note
This project is based on an older version of cretueusebiu/laravel-vue-spa. All credits should go to Cretu Eusebiu, this version only contains some changes for the use of Tailwind and to fit our own needs.
Features
- Laravel 8
- Vue + VueRouter + Vuex + VueI18n (disabled for now) + ESlint
- Pages with dynamic import and custom layouts
- Login, register, email verification and password reset
- Authentication with JWT
- Socialite integration (disabled for now)
- Tailwind + Font Awesome 5
- Basic Tailwind design for some pages
To Do - v1.0.0
-
Upgrade to Laravel 8 -
Fix npm hot reloading -
Redesign auth pages -
Redesign dashboard pages -
Remove redundant components - Sidebar icons & sidebar toggle
- Create VueI18n components and implement them
- Create Socialite components for GitHub
- Fix all tests
- Add more components
- Create a changelog and track changes
Installation
composer create-project --prefer-dist skrypt-nl/laravel-vue-tailwind-spa- Edit
.envand set your database & email connection details - (When installed via git clone or download, run
php artisan key:generateandphp artisan jwt:secret) php artisan migratenpm install
Usage
Development
# Build and watch npm run watch # Serve with hot reloading npm run hot
Production
npm run production
Socialite
Socialite has been integrated, but hasn't been added by default on the login & sign up pages.
This project comes with GitHub as an example for Laravel Socialite.
To enable the provider create a new GitHub application and use https://example.com/api/oauth/github/callback as the Authorization callback URL.
Edit .env and set GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET with the keys form your GitHub application.
For other providers you may need to set the appropriate keys in config/services.php and redirect url in OAuthController.php.
Email Verification
To enable email verification make sure that your App\User model implements the Illuminate\Contracts\Auth\MustVerifyEmail contract.
Testing
Currently, the tests are not working properly as these were created for the original project. We will do our best to get them up and running as soon as possible again.
# Run unit and feature tests vendor/bin/phpunit # Run Dusk browser tests php artisan dusk
Changelog
Coming soon
Please see CHANGELOG for more information what has changed recently.
skrypt-nl/laravel-vue-tailwind-spa 适用场景与选型建议
skrypt-nl/laravel-vue-tailwind-spa 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 198 次下载、GitHub Stars 达 66, 最近一次更新时间为 2020 年 11 月 10 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「laravel」 「SPA」 「vue」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 skrypt-nl/laravel-vue-tailwind-spa 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 skrypt-nl/laravel-vue-tailwind-spa 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 skrypt-nl/laravel-vue-tailwind-spa 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A component that allows creating responsive HTML tables or lists from data object
A Laravel-Nuxt starter project template.
Admin panel generator for Laravel 8 and based on Vuetify Admin, a separate SPA admin framework running on top of REST APIs.
Appui DOM Interface
Code generation for MPMG projects that use Laravel and VueJs tecnologies.
Bundle for Symfony 4.4, 5+, 6+ applications with Vuetify
统计信息
- 总下载量: 198
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 67
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-11-10