/tablar-demo-project

Laravel Demo Project Developed using Laravel Tablar & Kit

Primary LanguagePHP

Tablar Demo Project

Tablar

This open-source demo project showcases the seamless integration of the Laravel PHP framework with the Laravel Tablar and Tablar Kit. It provides a comprehensive example of how to build modern web applications with a user-friendly admin interface using Laravel, Tablar, and Tablar Kit.

Clone the project

git clone git@github.com:takielias/tablar-demo-project.git

Add .env file & complete your DB config

Run the composer command

composer install

Run the Migrate Command

setup db before executing the following command

php artisan migrate --seed

Run the NPM Command

npm i
npm run dev

For build

npm run build

Done