Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

ribafs/view-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package ViewMaker to Laravel

Creating views to CRUD in laravel framework

About

Very simple package

Installation package and dependency

composer require laravelcollective/html
composer require ribafs/view-maker

Publish

php artisan vendor:publish --provider="Ribafs\ViewMaker\ViewMakerServiceProvider"

Usage

php artisan view:maker

Try

To try this package easily use the package https://github.com/appzcoder/crud-generator-laravel-br or the original https://github.com/appzcoder/crud-generator and create a CRUD, rename the created views folder and generate the views with this package:

Licence

MIT. Please see the license file for more information.