https://github.com/freshbitsweb/laratables-demo-customize-column
Laratables package - Customize column version demo
https://github.com/freshbitsweb/laratables-demo-customize-column
Last synced: 10 months ago
JSON representation
Laratables package - Customize column version demo
- Host: GitHub
- URL: https://github.com/freshbitsweb/laratables-demo-customize-column
- Owner: freshbitsweb
- Created: 2019-11-29T11:25:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T08:59:56.000Z (over 3 years ago)
- Last Synced: 2025-03-14T06:14:13.123Z (over 1 year ago)
- Language: PHP
- Size: 287 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Demo of Laratables
This repo contains the code for the demo of [Laratables](https://github.com/freshbitsweb/laratables) package.
# Installation
You can also download and run this app locally.
1) Clone the repo:
```
git clone https://github.com/freshbitsweb/laratables-demo-customize-column.git [DIRECTORY_NAME]
```
2) Create `.env` file from the example file:
```
php -r "file_exists('.env') || copy('.env.example', '.env');"
```
3) Setup .env variables (Mainly APP_URL and DB_DATABASE)
4) Run following commands:
```
composer install
php artisan key:generate
php artisan migrate --seed
```
Done.