rokde/laravel-starter-kit

The skeleton application for the Laravel framework.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

Language:Vue

Type:project

dev-main 2025-05-07 13:55 UTC

This package is auto-updated.

Last update: 2025-05-07 14:13:19 UTC


README

Usage

laravel new --using=rokde/laravel-starter-kit

What is inside?

A customized version with the following things:

Features

Laravel Features and Configuration

Transfer localization

We support localization. If your user implements the HasLocalePreference interface we would support that by the SetLocale middleware.

With php artisan translations:generate the php stored translations get transferred to the typescript translations used by vue-i18n.

Creating model documentation

composer run ide-helper

Format your code

  • during github workflows a new commit will handle this
  • or: composer run format and npm run format