All Projects → avinashn → Ajax-CRUD-example-in-laravel

avinashn / Ajax-CRUD-example-in-laravel

Licence: other
Example performing CRUD operations in laravel using ajax.

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
Vue
7211 projects

Projects that are alternatives of or similar to Ajax-CRUD-example-in-laravel

crudlfap
MIRROR of yourlabs.io/oss/crudlfap
Stars: ✭ 20 (-71.01%)
Mutual labels:  crud, ajax
Django Crud Ajax Login Register Fileupload
Django Crud, Django Crud Application, Django ajax CRUD,Django Boilerplate application, Django Register, Django Login,Django fileupload, CRUD, Bootstrap, AJAX, sample App
Stars: ✭ 118 (+71.01%)
Mutual labels:  crud, ajax
crud-view
CakePHP: Automated admin backend based on your CRUD configuration
Stars: ✭ 45 (-34.78%)
Mutual labels:  crud
s3-signer
☁️ Presigned S3 URLs for Haskell
Stars: ✭ 23 (-66.67%)
Mutual labels:  ajax
bilibili-parse
bilibili视频html5直播&下载&API(待修复)
Stars: ✭ 16 (-76.81%)
Mutual labels:  ajax
TableBundle
Symfony Bundle for easy pagination and filtering
Stars: ✭ 24 (-65.22%)
Mutual labels:  ajax
jquery-ajaxSubmit
Effortlessly submit forms using AJAX and JSON.
Stars: ✭ 39 (-43.48%)
Mutual labels:  ajax
micell
A collection of functions for front-end development
Stars: ✭ 16 (-76.81%)
Mutual labels:  ajax
servant-beam-realworld-example-app
Exemplary fullstack Medium.com clone powered by Servant and Beam
Stars: ✭ 33 (-52.17%)
Mutual labels:  crud
Exopite-Multifilter-Multi-Sorter-WordPress-Plugin
Display and/or sort/filter any page or post types by multiple taxonomies or terms (like post by categories and/or tags) with AJAX. Exopite multifilter, multi-sortable, multi selectable, multi filterable sortable Wordpress Plugin.
Stars: ✭ 18 (-73.91%)
Mutual labels:  ajax
Crud
CRUD PORTO Containers for apiato and Angular2 modules generator, based on Laravel 5.4 and Angular 2.4+
Stars: ✭ 23 (-66.67%)
Mutual labels:  crud
antd-curd
📦 基于 ant design 、 dva 、 antd-form-mate 的增删改查页面组件。
Stars: ✭ 26 (-62.32%)
Mutual labels:  crud
ncg-crud-ngx-md
Angular 4+ Material Design CRUD/Admin app by NinjaCodeGen http://DNAfor.NET
Stars: ✭ 36 (-47.83%)
Mutual labels:  crud
tsrpc
A TypeScript RPC framework, with runtime type checking and serialization, support both HTTP and WebSocket. It is very suitable for website / APP / games, and absolutely comfortable to full-stack TypeScript developers.
Stars: ✭ 866 (+1155.07%)
Mutual labels:  ajax
Contact-Form-PHP
Simple and secure contact form using Ajax, validations inputs, SMTP protocol and Google reCAPTCHA v3 in PHP.
Stars: ✭ 28 (-59.42%)
Mutual labels:  ajax
PHP hotel
基于php的酒店预订信息管理系统(客房信息管理模块、客户入住管理模块、订餐信息管理模块、员工信息管理模块、最新资讯管理模块等,方便用户在线预订客房)
Stars: ✭ 41 (-40.58%)
Mutual labels:  ajax
Desenvolvimento-Android-do-absoluto-zero-para-iniciantes
Visite meu site e conheça todos os meus cursos 100% on-line.
Stars: ✭ 33 (-52.17%)
Mutual labels:  crud
Dancer-Plugin-SimpleCRUD
Quick and effortless CRUD (create/read/update/delete) operations based on database tables
Stars: ✭ 25 (-63.77%)
Mutual labels:  crud
desafiosInternos
Resultado da peregrinação com resolução de dúvidas interessantes
Stars: ✭ 15 (-78.26%)
Mutual labels:  ajax
DjangoReactTodo2
A simple CRUD Todo app with Token Authentication
Stars: ✭ 15 (-78.26%)
Mutual labels:  crud

Prerequisites

  • After cloning this repository, go to the root folder, run the following command/s,
        composer install
        composer update
  • Rename .env.example to .env and provide your database details there.
  • It needs a database table to perform CRUD operations on it. Run php artisan migrate to import the table.
  • Run
    php artisan key:generate

Working Demo

You can see the demo of the project here

Video demonstrating the example https://www.youtube.com/watch?v=OdFExlejRcI

Reference Post

https://justlaravel.com/ajax-crud-operations-laravel/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].