Skip to content

firebender/laravel-widgets

Repository files navigation

laravel-widgets

Laravel widgets package

What is this repository for?

Very simple CRUD package to list, view, add, modify, delete imaginary items called "widgets"

How do I get set up?

This package assumes that you have a Laravel web app set up and ready. Preferably the latest version (The 8.x series at the time of this writing).

1. Git clone this package.

2. Also on this package, install the required third party composer packages

    composer install --prefer-dist

2. In your Laravel web app's composer.json, add this:

    ```
    "repositories": [
        {
            "type": "path",
            "url": <path-to-laravel-widgets>
            "options": {
                "symlink": true
            }
        }
    ]    

    ```

3. Require it in your Laravel web app

    composer require firebender/laravel-widgets

Contribution guidelines

Write tests. Make a pull request

Who do I talk to?

@firebender

About

Very basic Laravel CRUD package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published