From f55ad9bf6b1f293393eef0895105797974e36c53 Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Thu, 4 Mar 2021 13:47:32 +0800 Subject: [PATCH] Update the invalild page descriptions --- docs/generated-testing-suite/index.html | 2 +- docs/index.html | 2 +- docs/license/index.html | 2 +- index.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/generated-testing-suite/index.html b/docs/generated-testing-suite/index.html index 825d431..9506af0 100644 --- a/docs/generated-testing-suite/index.html +++ b/docs/generated-testing-suite/index.html @@ -78,7 +78,7 @@ items[activeIndex].classList.add('is-active');let overflowedPixel=items[activeIn items[activeIndex].classList.add('is-active');let overflowedPixel=items[activeIndex].offsetTop+items[activeIndex].clientHeight-searchContainerMaxHeight;if(overflowedPixel<0){document.querySelector(".search-content").scrollTop-=items[activeIndex].getBoundingClientRect().height;}else{document.querySelector(".search-content").scrollTop=overflowedPixel+items[activeIndex].getBoundingClientRect().height;}}else if(e.key==='Enter'){var currentItemLink=items[activeIndex].getAttribute('href');if(currentItemLink){location.href=currentItemLink;}}else if(e.key==='Escape'){e.target.value=null;if(searchResults){searchResults.classList.remove('is-active');}}}):null;searchMobile?searchMobile.addEventListener('input',function(e){if(!e.target.value){let wrap=document.getElementById('search-mobile-results');while(wrap.firstChild){wrap.removeChild(wrap.firstChild);} return null;} searchText=e.target.value;var results=fuse.search(e.target.value);if(enableSearchHighlight){renderSearchHighlightResultsMobile(searchText,results);}else{renderSearchResultsMobile(searchText,results);} -var dropdownItems=searchResultsContainer.querySelectorAll('.dd-item');dropdownItems?dropdownItems.forEach(function(item){item.addEventListener('mousedown',function(e){e.target.click();});}):null;}):null;}

Documentation

Laravel Simple CRUD Generator

Need faster TDD in Laravel project? This is a simple CRUD generator complete with automated testing suite.

About this package
This package contains artisan make:crud commands to create a simple CRUD feature with test classes on our Laravel application.
How to install
Install the package with composer.
How to use
How ot use the package.
Available Commands
Available commands and options.
Model Attribute/Column
Model attributes or column generated by the package.
Views
The generated views are using bootstrap frontend framework.
For API
Generates API endpoints for model CRUD.
Config File
Configure the package with config file.
Publishing the stub files
Use your own stub files.
Screenshots
Some screenshots of the generated CRUD feature.
Generated Testing Suite
Some screenshots of the generated CRUD feature.
License
Some screenshots of the generated CRUD feature.

Laravel Simple CRUD Generator

Need faster TDD in Laravel project? This is a simple CRUD generator complete with automated testing suite.

About this package
This package contains artisan make:crud commands to create a simple CRUD feature with test classes on our Laravel application.
How to install
Install the package with composer.
How to use
How ot use the package.
Available Commands
Available commands and options.
Model Attribute/Column
Model attributes or column generated by the package.
Views
The generated views are using bootstrap frontend framework.
For API
Generates API endpoints for model CRUD.
Config File
Configure the package with config file.
Publishing the stub files
Use your own stub files.
Screenshots
Some screenshots of the generated CRUD feature.
Generated Testing Suite
The feature and unit tests which are generated by the package.
License
The MIT License.