memibeltrame / lacekit
LaceKit is a data driven prototyping framework for designers
Installs: 41
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=8.2
- memibeltrame/lacekit-installer: >=0.0.7
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.