| Install | |
|---|---|
composer require artisanpack-ui/livewire-starter-kit |
|
| Latest Version: | 1.0.2 |
| PHP: | ^8.2 |
A Laravel and Livewire starter kit featuring ArtisanPack UI components for rapidly building modern, responsive web applications.
composer create-project laravel/livewire-starter-kit your-project-name
Or clone the repository:
git clone https://github.com/your-username/livewire-starter-kit.git your-project-name
cd your-project-name
composer install
During the installation process, you'll be prompted to:
Configure your database in the .env file (automatically created during installation)
Start the development server:
composer dev
This will start the Laravel server, queue worker, logs, and Vite development server concurrently.
For detailed installation instructions, see the Installation Guide.
Comprehensive documentation is available in the /docs directory:
For local development, use the following command:
composer dev
This will start the Laravel server, queue worker, logs, and Vite development server concurrently.
To build assets for production:
npm run build
composer test
See the Testing documentation for comprehensive testing guides.
The starter kit follows Laravel's standard directory structure with some additions:
The starter kit includes various ArtisanPack UI components:
You can customize the theme by modifying the resources/css/artisanpack-ui-theme.css file.
Standard Laravel configuration files are located in the config/ directory.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open-sourced software licensed under the MIT license.
See CHANGELOG.md for more information on what has changed recently.