susheelbhai / laravel_starter_kit
Starter Kit developed for Laravel.
Installs: 404
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
pkg:composer/susheelbhai/laravel_starter_kit
Requires
- inertiajs/inertia-laravel: *
- intervention/image: ^3.11
- laravel/fortify: ^1.33
- livewire/livewire: ^3.4
- livewire/volt: ^1.7.0
- spatie/laravel-medialibrary: ^11.17
- spatie/laravel-permission: ^6.18
- susheelbhai/laratsapp: ^2.2
- tightenco/ziggy: ^2.6
- dev-main
- v3.9.11
- v3.9.10
- v3.9.9
- v3.9.8
- v3.9.7
- v3.9.6
- v3.9.5
- v3.9.4
- v3.9.3
- v3.9.2
- v3.9.1
- v3.9.0
- v3.8.5
- v3.8.4
- v3.8.3
- v3.8.2
- v3.8.1
- v3.8.0
- v3.7.8
- v3.7.7
- v3.7.6
- v3.7.5
- v3.7.4
- v3.7.3
- v3.7.2
- v3.7.1
- v3.7.0
- v3.6.18
- v3.6.17
- v3.6.16
- v3.6.15
- v3.6.14
- v3.6.13
- v3.6.12
- v3.6.11
- v3.6.10
- v3.6.9
- v3.6.8
- v3.6.7
- v3.6.6
- v3.6.5
- v3.6.4
- v3.6.3
- v3.6.2
- v3.6.1
- v3.6.0
- v3.5.2
- v3.5.1
- v3.5.0
- v3.4.2
- v3.4.1
- v3.4.0
- v3.3.8
- v3.3.7
- v3.3.6
- v3.3.5
- v3.3.4
- v3.3.3
- v3.3.2
- v3.3.1
- v3.3.0
- v3.2.4
- v3.2.3
- v3.2.2
- v3.2.1
- v3.2.0
- v3.1.2
- v3.1.1
- v3.1.0
- v3.0.0
- v2.2.8
- v2.2.7
- v2.2.6
- v2.2.5
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.7
- v2.1.6
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.14
- v2.0.13
- v2.0.12
- v2.0.11
- v2.0.10
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.10
- v1.1.9
- v1.1.8
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
This package is auto-updated.
Last update: 2026-01-14 16:15:28 UTC
README
Installation
Laravel
Require this package in your composer.json and update composer. This will download the package.
⚠️ This package must be installed just after creating new laravel project. Installing in working project may cause overwriting your important files.
composer require susheelbhai/laravel_starter_kit
Configuration
Initial Settings
Change initial settings by runnung the command
php artisan starter_kit:initial_settings
Migrate database
Migrate databse tables and seed with the following commands
php artisan migrate
php artisan db:seed
Alternatively you can refresh the database and seed with the following commands
php artisan migrate:fresh --seed
Final Settings
Change Final settings by runnung the command
php artisan starter_kit:final_settings
Create a build
Make production build
npm run build
run development environment
npm run dev
Link your storage folder to public folder
Make production build
php artisan storage:link
Installation with single action
create a new folder with the appropriate project name, open terminal and run the following command.
laravel new
navigate to the directory and run the following commands
composer require susheelbhai/laravel_starter_kit
php artisan starter_kit:initial_settings
php artisan migrate:fresh --seed
php artisan starter_kit:final_settings
php artisan storage:link
npm run build
npm run dev
Deployment checklist
update .env file
APP_ENV=production
APP_DEBUG=false
APP_URL="actual url"
AppServiceProvider
replace public_html with your actual public folder name
Create symlink
https://yourdomain.com/link-storage
License
This Laravel Starter Kit Package is developed by susheelbhai for personal use software licensed under the MIT license