/laravelVueFilterTest

Laravel/Vue.js page with search and filtering data

Primary LanguagePHP

Installation

run the command

composer install

create .env file and database and run the commands

php artisan key:generate
php artisan migrate -seed
npm install
npm run dev
php artisan serve

Open the site