susheelbhai / laravel_starter_kit
Starter Kit developed for Laravel 11.
Installs: 134
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 2
Language:HTML
Requires
- livewire/livewire: ^3.4
- dev-main
- 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: 2024-11-21 07:04:20 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
Vendor Publish
Publish all the required files using the following command
php artisan vendor:publish --tag="starter_kit" --force
Publish all the themes using the following command
php artisan vendor:publish --tag="starter_kit_themes" --force
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
Change initial settings by runnung the command
php artisan starter_kit:initial_settings
Installation with single action
create a new folder with the appropriate project name, open terminal and run the following command.
laravel new project
cd project
composer require susheelbhai/laravel_starter_kit
php artisan vendor:publish --tag="starter_kit" --force
php artisan vendor:publish --tag="starter_kit_themes" --force
php artisan starter_kit:initial_settings
php artisan migrate:fresh --seed
License
This Laravel Starter Kit Package is developed by susheelbhai for personal use software licensed under the MIT license