larastart / laravel-staterkit
Laravel Packager for Staterkit Admin Template
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- php: ^8.2.0
- illuminate/console: ^11.0
- illuminate/filesystem: ^11.0
- illuminate/support: ^11.0
- illuminate/validation: ^11.0
- symfony/console: ^7.0
Requires (Dev)
- laravel/framework: ^11.0
- orchestra/testbench-core: ^9.0
- phpstan/phpstan: ^2.0
This package is auto-updated.
Last update: 2025-08-14 17:43:08 UTC
README
Larastart-Kit is a starter kit for Laravel that provides an admin template like Stisla, AdminLTE, etc, customized for Laravel. With Larastart-Kit, you can easily set up and use an admin template in your Laravel project.
Features
- Integration with Laravel
- Easy installation via Composer
- Artisan command for selecting an admin template
Admin Templates
Installation
To install Larastart-Kit in your Laravel project, run the following command in the terminal:
composer require larastart/laravel-staterkit:@dev
After the installation is complete, use the following command to select and install the desired admin template:
php artisan larastart:install
Follow the on-screen instructions to complete the installation process.
Documentation
For more detailed information on how to use Admin Template, please refer to the documentation of the admin template you have chosen.
Contribution
If you would like to contribute to the development of Larastart-Kit, please fork this repository and create a pull request with the changes you want to add.
License
This project is released under the MIT license.