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-11-12 15:01:28 |
Package Statistics | |
---|---|
Total Downloads: | 208 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
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.
$ composer require gguney/barista
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.
Gökhan Güney - gokhanguneygg@gmail.com
Barista is licensed under the MIT License - see the LICENSE
file for details