freshbitsweb / laratables-demo-customize-column

Laratables package - Customize column version demo

Repository from Github https://github.comfreshbitsweb/laratables-demo-customize-columnRepository from Github https://github.comfreshbitsweb/laratables-demo-customize-column

Demo of Laratables

This repo contains the code for the demo of 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]
  1. Create .env file from the example file:
php -r "file_exists('.env') || copy('.env.example', '.env');"
  1. Setup .env variables (Mainly APP_URL and DB_DATABASE)

  2. Run following commands:

composer install
php artisan key:generate
php artisan migrate --seed

Done.

About

Laratables package - Customize column version demo


Languages

Language:PHP 94.2%Language:Blade 5.1%Language:Shell 0.8%