memibeltrame/lacekit
最新稳定版本:0.1.8
Composer 安装命令:
composer create-project memibeltrame/lacekit
包简介
LaceKit is a data driven prototyping framework for designers
README 文档
README
LaceKit is a data driven prototyping framework for designers.
Requirements
- PHP 8.2 or higher
- Composer (Dependency Manager for PHP)
Installing Composer
Before installing LaceKit, you need to have Composer installed on your system.
On macOS or Linux:
Open a terminal and run the following command:
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer
On Windows:
- Download and run the Composer-Setup.exe
- Follow the installation wizard
Installing LaceKit
Once you have Composer installed, you can install LaceKit
- Create a new directory for your project:
mkdir my-lacekit-project
cd my-lacekit-project
- Install LaceKit:
composer require memibeltrame/lacekit
- Optional: Start the webserver: LaceKit includes a built-in PHP development server for quick prototyping. You can start it with:
composer start
Once the server is started, you can access it by navigating to http://localhost:8000 in your web browser.
If you prefer using a full-featured local development environment, you can use:
- MAMP (macOS and Windows)
- XAMPP (Cross-platform)
- Laravel Valet (macOS)
Getting Started
Documentation
For detailed documentation and examples, please visit our documentation page (coming soon).
License
This project is licensed under the MIT License - see the LICENSE file for details.
统计信息
- 总下载量: 41
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-11-01