# Introduction

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](https://user-images.githubusercontent.com/34785562/213905472-858273a7-5f49-4261-b23b-80b2e9e78778.gif)

### Crud and API Generator Package

[![Stars](https://img.shields.io/github/stars/NirajBasnyat/crudstarter)](https://github.com/NirajBasnyat/crudstarter/stargazers) [![Issues](https://img.shields.io/github/issues/NirajBasnyat/crudstarter)](https://github.com/NirajBasnyat/crudstarter/issues) ![License](https://img.shields.io/github/license/NirajBasnyat/crudstarter) ![Packagist](https://img.shields.io/packagist/v/niraj/crudstarter?label=version\&include_prereleases) ![Packagist Downloads](https://img.shields.io/packagist/dt/niraj/crudstarter)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://crudstarter.gitbook.io/crudstarter-docs/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
