Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hercules2013/laravel-crud
https://github.com/hercules2013/laravel-crud
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hercules2013/laravel-crud
- Owner: Hercules2013
- Created: 2023-07-12T03:40:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-12T06:10:49.000Z (over 1 year ago)
- Last Synced: 2024-11-10T09:12:20.501Z (2 months ago)
- Language: PHP
- Size: 1.24 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://www.youtube.com/watch?v=hiaYGxA8IWQ&list=PLB4AdipoHpxYmPdyI3e-yH58-3CS4qoAf) 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.