PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Laravel Options Package

Created on February 12th, 2019

The Laravel Options package gives you the ability to add a simple key-value store in your laravel application. You can include this package with the following command:

composer require appstract/laravel-options

Next, be sure to publish the package vendor files:

php artisan vendor:publish --provider="Appstract\Options\OptionsServiceProvider"

And finally, run the migrations:

php artisan migrate

Now, you'll have a simple key-value store ability in your Laravel application.

Be sure to checkout the official Github page to learn more about this package: https://github.com/appstract/laravel-options.

Comments (0)

loading comments