dvxgit-jsoriano/laravel12-custom-starter-kit

The skeleton application for the Laravel framework.

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

Type:project

pkg:composer/dvxgit-jsoriano/laravel12-custom-starter-kit

dev-main 2025-04-15 07:14 UTC

This package is auto-updated.

Last update: 2025-10-15 08:27:52 UTC


README

  • You can use this starter kit for a CMS type kit with an online/offline database settings to determine if you will redirect your home page to a landing page or login page.

LARAVEL INSTALL

  • Your laravel version must be latest to Laravel v5.14^. Lower laravel installer cannot use this custom starter kit command in laravel.
  • Make sure to update composer global update laravel/installer.
  • Use command to install new laravel project laravel new my-app --using="dvxgit-jsoriano/laravel12-custom-starter-kit"