Crudstarter Docs
  • Introduction
  • Prerequisites
  • Installation
  • Customization via Config
  • Package Usage
  • Generate CRUD Command
  • Generate API Command
  • Components
Powered by GitBook
On this page

Introduction

NextPrerequisites

Last updated 9 months ago

Crudstarter is a Laravel package designed to streamline the development process by automatically generating complete CRUD (Create, Read, Update, Delete) functionality, RESTful APIs, and a dashboard. This package aims to eliminate the need for writing repetitive boilerplate code, allowing developers to focus their efforts on more critical aspects of the application. With Crudstarter, developers can rapidly build robust and feature-rich applications, saving time and effort on mundane coding tasks.

There are plenty of other packages out there that does the code generation for laravel. You may ask yourself why this package, the USP of this package is that it does not force the developer to use the package's syntax, it's good old laravel and for some reason you decided to uninstall package the code still works !

crudstarter_small

Crud and API Generator Package