Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bezhansalleh/laravel54-datatables-crud
Laravel
https://github.com/bezhansalleh/laravel54-datatables-crud
Last synced: about 2 months ago
JSON representation
Laravel
- Host: GitHub
- URL: https://github.com/bezhansalleh/laravel54-datatables-crud
- Owner: bezhanSalleh
- Created: 2019-01-13T17:12:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T17:37:13.000Z (almost 6 years ago)
- Last Synced: 2024-10-07T05:41:00.512Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 186 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Installation
Clone the repo
```
https://github.com/bezhanSalleh/laravel54-datatables-demo.git
```Move to the newly created folder and install all dependencies:
```
cd laravel54-datatables-demo
composer install
```create a database and update your .env accordingly. Once done, build tables with the following command:
```
php artisan migrate --seed
```Or
```
php artisan migrate
php artisan db:seed
```
Finally, generate the application key
```
php artisan key:generate
```### License
Please use and re-use however you want.
---