kanekescom / larast
Larast is a Laravel starter kit for development needs, providing a complete ready-to-use environment with popular and essential packages pre-installed.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Blade
Type:project
Requires
- php: ^8.2
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.24
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- phpunit/phpunit: ^11.5.3
README
About Larast
Larast is a Laravel starter kit for development needs, providing a complete ready-to-use environment with popular and essential packages pre-installed.
Installation
You can install Larast in two ways:
1. Via Laravel Installer
Create a new project using Laravel installer with Larast as the starter kit:
laravel new my-app --using=kanekescom/larast
2. Via Composer
You can install Larast in two ways:
a. Using Composer Create-Project:
composer create-project kanekescom/larast my-app
b. Clone from GitHub:
git clone https://github.com/kanekescom/larast.git my-app
cd my-app
composer install
After installation, your application will be ready with all the essential packages and configurations set up.
License
Larast is open-sourced software licensed under the MIT license.