GithubHelp home page GithubHelp logo

autocrud's Introduction

License

Laravel AutoCRUD, Make a Web Application Just In Minutes, With having a basic knowledge of Laravel.

INTRODUCTION

AutoCRUD is laravel libraby which helps you to create CRUD operation using your Database. It also gives you an options for the form design. You can create CRUD for multiple tables. Display the data from multiple table with the search and pagination optoins and you can also add dynamic fields in a table. It also manage all the routes it self, and generate code in separate directory for each controller's view.

REQUIREMENTS

  • PHP >=5.4
  • Laravel >=5.3.*

INSTALLATION

  1. Go to the root directory of your project and run below command in your console.
composer require hirenmangukiya/autocrud:dev-master
  1. Add the below line in your main composer.json file under the autoload -> psr4
"Hiren\\Autocrud\\": "vendor/hirenmangukiya/autocrud/src"
  1. Autoload the composer
composer dump-autoload
  1. Add the providers in your project under the config -> app.php -> providers
Hiren\Autocrud\AutocrudServiceProvider::class,
  1. Copy all the assets into public directory of your project
php artisan vendor:publish --tag=public --force
  1. Final step, make sure that your project has connected with the database
php artisan migrate

Here you setup all the things and it's ready to build your webapp.

FULL DOCUMENTATION

Get full documentation

LICENCE

This project is register under the MIT

LOOKING FOR GOOD OPPORTUNITY

Hire me [email protected]

autocrud's People

Contributors

hiren86 avatar

Watchers

Shanmugam Ajanthan avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.