Package Data | |
---|---|
Maintainer Username: | laraviet |
Package Create Date: | 2016-12-01 |
Package Last Update: | 2016-12-07 |
Language: | JavaScript |
License: | MIT |
Last Refreshed: | 2024-11-23 03:19:23 |
Package Statistics | |
---|---|
Total Downloads: | 51 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 4 |
Total Watchers: | 2 |
Total Forks: | 2 |
Total Open Issues: | 0 |
This is starter kit to include some functions out of the box:
composer create-project laraviet/laravel-starter {project-name} --prefer-dist
php artisan migrate
php artisan db:seed
npm install
gulp
admin@admin.com / admin
php artisan crudmaker:new Tag --api --ui=bootstrap --migration --schema="id:increments,name:string"
routes/web.php
-> Default is bottom position -> Move block of routing for new resource for applying middleware if neededapp/Models/Tag.php
—> add validation ruleapp/Transfomers/TagTransformer.php
—> update transformer layer for APIresources/views/dashboard/panel.blade.php
—> add tag to side menuphp artisan migrate
tests
folder, make sure to pass all test scripts to verify the functions[ ] Try relationship
[x] Fix test case generated
[x] Add fractal
[x] Add adminlte theme