tipadev / laravel-element

Laravel + Element Plus test project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel + Element Plus test project

A test project that parses data from a .csv file into a database and provides an interface for searching and displaying it

To start this project

First, run the command to install Composer dependencies:

composer install

And the command to install Node.js modules:

npm install

Then run the command to build client resources:

npm run build

Create and, if necessary, customize the environment file:

cp .env.example .env

To create a SQLite database run:

touch database/database.sqlite

And to create the necessary database tables:

php artisan migrate

After that, seed the database with the test data:

php artisan db:seed

And finally run the command to start the test server:

php artisan serve

About

Laravel + Element Plus test project


Languages

Language:PHP 58.0%Language:Blade 35.9%Language:Vue 5.3%Language:JavaScript 0.7%Language:CSS 0.1%