承接 karlverger/starterkit 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

karlverger/starterkit

Composer 安装命令:

composer create-project karlverger/starterkit

包简介

Starter kit for Laravel11, Jetstream, Inertia, React, Chakra and swr applications.

README 文档

README

💡 This project is just a simple starter kit with the technology stack that our projects use most often.

You can use this starter kit by typing this command :

$ composer create-project karlverger/starterkit:dev-master winklecard new-project-name

After you have created your new project, you will need to setup your DB connection in your .env file

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

And you gonna have to type :

$ npm install
$ npm run dev
$ php artisan migrate:refresh --seed 
$ php artisan serve

Packages and repositories

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

About Jetstream

Jetstream GitHub Jetstream provides the implementation for your application's login, registration, email verification, two-factor authentication, session management, API via Laravel Sanctum, and optional team management features. Jetstream is designed using Tailwind CSS and offers your choice of Livewire or Inertia scaffolding.

About Intertia JS

IntertiaJS GitHub

Inertia is a new approach to building classic server-driven web apps. We call it the modern monolith.

Inertia allows you to create fully client-side rendered, single-page apps, without the complexity that comes with modern SPAs. It does this by leveraging existing server-side patterns that you already love.

Inertia has no client-side routing, nor does it require an API. Simply build controllers and page views like you've always done! Inertia works great with any backend framework, but it's fine-tuned for Laravel.

About React

React GitHub

React can be used to develop single-page, mobile, or server-rendered applications. Because React is only concerned with the user interface and rendering components to the DOM, React applications often rely on libraries for routing and other client-side functionality. A key advantage of React is that it only rerenders those parts of the page that have changed, avoiding unnecessary rerendering of unchanged DOM elements.

About SWR

SWR GitHub

SWR is a React Hooks library for data fetching.

The name “SWR” is derived from stale-while-revalidate, a cache invalidation strategy popularized by HTTP RFC 5861. SWR first returns the data from cache (stale), then sends the request (revalidate), and finally comes with the up-to-date data again.

About Chakra-ui

Chakra-ui GitHub

Chakra UI is a simple, modular and accessible component library that gives you the building blocks you need to build your React applications.

This kit use the repository : https://github.com/ozziexsh/laravel-jetstream-react

License

The framework is open-sourced software licensed under the MIT license.

统计信息

  • 总下载量: 24
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: TypeScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-06-01