All Projects → the94air → Laravel Ajax Crud

the94air / Laravel Ajax Crud

Licence: mit
🧐 The Ultimate Guide For Creating Laravel CRUD AJAX Application using Laravel 5.8, Vue 2, Tailwindcss, Vue-router, and Axios

Projects that are alternatives of or similar to Laravel Ajax Crud

Laravel Lego
Save you from CRUD
Stars: ✭ 112 (+33.33%)
Mutual labels:  laravel, crud
Yaldash
👻 It's never been easier to build and customize admin panels. Yah! yaldash is a beautifully designed administration panel for Laravel.
Stars: ✭ 338 (+302.38%)
Mutual labels:  laravel, crud
Crudbooster
Laravel CRUD Generator, Make an Advanced Web Application Quickly
Stars: ✭ 1,580 (+1780.95%)
Mutual labels:  laravel, crud
Cray
A Laravel package to help you generate nearly complete CRUD pages like crazy!
Stars: ✭ 108 (+28.57%)
Mutual labels:  laravel, crud
Angular5.2 Laravel5.6
Angular 5.2 and Laravel 5.6 Authentication and CRUD
Stars: ✭ 17 (-79.76%)
Mutual labels:  laravel, crud
Permissionmanager
Admin interface for managing users, roles, permissions, using Backpack CRUD
Stars: ✭ 363 (+332.14%)
Mutual labels:  laravel, crud
Platform
A @laravel based RAD platform for back-office applications, admin/user panels, and dashboards.
Stars: ✭ 2,623 (+3022.62%)
Mutual labels:  laravel, crud
Builder
Prepare your Laravel apps incredibly fast, with various commands, services, facades and boilerplates.
Stars: ✭ 1,009 (+1101.19%)
Mutual labels:  laravel, crud
Scaffold Interface
🚀 A Smart CRUD Generator For Laravel
Stars: ✭ 836 (+895.24%)
Mutual labels:  laravel, crud
Sleepingowladmin
🦉 Administrative interface builder for Laravel (Laravel admin)
Stars: ✭ 671 (+698.81%)
Mutual labels:  laravel, crud
Laravel Realworld Example App
Exemplary real world backend API built with Laravel
Stars: ✭ 954 (+1035.71%)
Mutual labels:  laravel, crud
Larrock Core
Core components for LarrockCMS
Stars: ✭ 46 (-45.24%)
Mutual labels:  laravel, crud
Laravel Permission Mongodb
Associate users with roles and permissions using Laravel and MongoDB
Stars: ✭ 80 (-4.76%)
Mutual labels:  laravel
Cool Admin Vue
cool-admin一个很酷的后台权限管理框架,模块化、插件化、CRUD极速开发,永久开源免费,基于midway.js 2.0、typeorm、mysql、jwt、element-ui、vuex、vue-router、vue等构建
Stars: ✭ 73 (-13.1%)
Mutual labels:  crud
Laravel Url Shortener
Powerful URL shortening tools in Laravel
Stars: ✭ 80 (-4.76%)
Mutual labels:  laravel
Go Web
A new Golang MVC Framework. Like Laravel... but faster!
Stars: ✭ 79 (-5.95%)
Mutual labels:  laravel
Appseed
React, Vue.js App Generator
Stars: ✭ 83 (-1.19%)
Mutual labels:  laravel
Demo
This is demo application for SleepingOwl Admin.
Stars: ✭ 81 (-3.57%)
Mutual labels:  laravel
Laravel Stubs
The default Laravel stubs modified to our liking
Stars: ✭ 80 (-4.76%)
Mutual labels:  laravel
Laravel Console Logger
Logging and Notifications for Laravel Console Commands.
Stars: ✭ 79 (-5.95%)
Mutual labels:  laravel

Laravel AJAX CRUD Application

This is a simple example of using Laravel 5.8 and Vue 2 for creating CRUD applications with AJAX functionality.

How To Build This Project From Zero

The Ultimate Guide For Creating Laravel CRUD AJAX Application using Laravel 5.8, Vue 2, Tailwindcss, Vue-router, and Axios

Demo

https://laravel-ajax-crud.herokuapp.com

Installation

  1. Clone the repository:
git clone https://github.com/the94air/laravel-ajax-crud
cd laravel-ajax-crud
  1. Copy .env file:
cp .env.example .env
  1. Connect to database:
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
  1. Install all the dependencies:
composer update
  1. Run:
php artisan key:generate
  1. migrate and seed the database:
php artisan migrate --seed
  1. Done!

  2. Optional: Install npm dependencies to modify sass and vue files:

npm install
npm run dev
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].