Zum Inhalt springen
BirdAPI powered by SKYLITE.DESIGN
Kontakt
Laravel Snippets

Feature Flag Config

Features über config/features.php steuern.

Anfänger 5 Min.

Code

PHP php
if (config('features.shop_checkout')) {
    Route::post('/checkout', CheckoutController::class);
}
Als Datei laden Im Kundenportal speichern (bald)