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

v0.0.1 2025-09-23 08:49 UTC

This package is auto-updated.

Last update: 2025-09-23 09:04:09 UTC


README

Larast Logo

Build Status Total Downloads Latest Stable Version License

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.