gguney / barista by gguney

Improved HTML Builder for Laravel. Highly suggested to use with 'gguney/hammal' package.
208
1
2
Package Data
Maintainer Username: gguney
Maintainer Contact: gokhanguneygg@gmail.com (Gokhan Guney)
Package Create Date: 2017-01-07
Package Last Update: 2019-03-29
Language: PHP
License: MIT
Last Refreshed: 2024-05-01 15:01:05
Package Statistics
Total Downloads: 208
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Barista - Form Builder for Laravel

Let the Barista makes you a coffee. Just sit and relax. Tell the Barista to build your form and your form will build from scratch. Yeah, I know Laravel has built-in form support yet this package make the process even simpler. It supports build forms from a DataModel. DataModel is included in another package called "model-courier" by gguney.

Requirements

  • Barista works with PHP 5.6 or above.

Installation

$ composer require gguney/barista

Usage

Add package's service provider to your config/app.php

...
        GGuney\Barista\BaristaProvider::class,
...
		    'aliases' => [
...
        'Barista' => Barista\Facades\Barista::class,
    ],
...

Then write this line on cmd.

$ php artisan vendor:publish

This will publish barista.php config file to your app's config folder. So you can change views just by changing this config file.

Author

Gökhan Güney - gokhanguneygg@gmail.com

License

Barista is licensed under the MIT License - see the LICENSE file for details