PHPackages                             bagisto/bagisto-delivery-time-slot - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. bagisto/bagisto-delivery-time-slot

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bagisto/bagisto-delivery-time-slot
==================================

Delivery Time Slot package

52196[1 PRs](https://github.com/bagisto/bagisto-delivery-time-slot/pulls)Blade

Since Apr 2Pushed 1y ago2 watchersCompare

[ Source](https://github.com/bagisto/bagisto-delivery-time-slot)[ Packagist](https://packagist.org/packages/bagisto/bagisto-delivery-time-slot)[ RSS](/packages/bagisto-bagisto-delivery-time-slot/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

### 1. Introduction:

[](#1-introduction)

Laravel Delivery Time Slot module will allow the admin to set the delivery day along with the delivery time slots for their orders.

Customers can choose their preferred delivery day and time for their order at the time of checkout. After the customers have completed the purchase they can see their selected day and time slot in their order history.

### 2. Features Of Laravel Delivery Time Slot

[](#2-features-of-laravel-delivery-time-slot)

- Customers can choose their preferred day and time for delivery at the time of checkout.
- The admin can select the default allowed days.
- Admin can set the total number of days to display.
- The admin can set the minimum required time for order processing in days.
- Admin can set the error message that will be visible at the time of checkout if no slot is available.
- Admin can turn off the Laravel Delivery Time Slot from the Admin panel.

### 3. Requirements:

[](#3-requirements)

- **Bagisto**: v2.0

### 4. Installation:

[](#4-installation)

- Unzip the respective extension zip and then merge "packages" and "public" folder into project root directory.
- Goto config/app.php file and add following line under 'providers'

```
Webkul\DeliveryTimeSlot\Providers\DeliveryTimeSlotServiceProvider::class

```

- Goto composer.json file and add following line under 'psr-4'

```
"Webkul\\DeliveryTimeSlot\\": "packages/Webkul/DeliveryTimeSlot/src"

```

- In the config/bagisto-vite.php file, add the following line under the 'viters' section:

```
   'delivery-time-slot' => [
        'hot_file'                 => 'delivery-time-slot-default-vite.hot',
        'build_directory'          => 'themes/delivery-time-slot/default/build',
        'package_assets_directory' => 'src/Resources/assets',
    ],

```

- Run these commands below to complete the setup

```
composer dump-autoload

```

```
php artisan optimize:clear

```

```
php artisan migrate

```

```
php artisan route:clear

```

```
php artisan config:cache

```

```
php artisan vendor:publish

-> Press 0 and then press enter to publish all assets and configurations.

```

> That's it, now just execute the project on your specified domain.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

Top contributor holds 60% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b12adc21e990c055e325a3c07339b3d4d313efd49f98a768c1a86fc7776f2b86?d=identicon)[Jitendra Singh](/maintainers/Jitendra%20Singh)

---

Top Contributors

[![naresh-webkul](https://avatars.githubusercontent.com/u/48952272?v=4)](https://github.com/naresh-webkul "naresh-webkul (3 commits)")[![shivamwebkul](https://avatars.githubusercontent.com/u/121859762?v=4)](https://github.com/shivamwebkul "shivamwebkul (1 commits)")[![vivek-webkul](https://avatars.githubusercontent.com/u/28401696?v=4)](https://github.com/vivek-webkul "vivek-webkul (1 commits)")

---

Tags

delivery-offeringdelivery-time-slotecommercelaravelopensourcetime-slot-bookingtime-slot-servicetime-slots

### Embed Badge

![Health badge](/badges/bagisto-bagisto-delivery-time-slot/health.svg)

```
[![Health](https://phpackages.com/badges/bagisto-bagisto-delivery-time-slot/health.svg)](https://phpackages.com/packages/bagisto-bagisto-delivery-time-slot)
```

###  Alternatives

[motomedialab/simple-laravel-audit

A simple audit helper that integrates directly with Laravel &amp; FilamentPHP

262.7k](/packages/motomedialab-simple-laravel-audit)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
