rajinapanta / laravel-crud

Basic CRUD Operation with Laravel and AdminLTE in Single Page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laravel-crud

Basic CRUD Operation with Laravel and AdminLTE in Single Page

What's this repo about

Simply, it's a basic create, read, update and delete operation with Laravel 5.5 and AdminLTE. Plus, it's like single page application, we use Bootstrap modal window to create,update and delete data.

watch video here how we build it.

Example Preview

  1. https://ibb.co/bGwryb
  2. https://ibb.co/f51DBw

Requirements

  • PHP >= 7.0.0
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

Installation

Just clone the project to anywhere in your computer. Run composer install
Then npm install
and php artisan migrate

Now you are done.

php artisan serve and open the project on the browser.

About

Basic CRUD Operation with Laravel and AdminLTE in Single Page


Languages

Language:PHP 73.4%Language:HTML 26.0%Language:Vue 0.5%