dvxgit-jsoriano/laravel12-custom-starter-kit

The skeleton application for the Laravel framework.

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

This package is auto-updated.

Last update: 2025-04-15 07:15:12 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"