laravel12-custom-starter-kit maintained by dvxgit-jsoriano
STARTER KIT
- 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"