Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

tqt97/import-excel-to-db-in-laravel

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Import - Export Excel & CSV File

Author Tuantq

Screenshot


How to clone project

  • Clone the repository: git clone https://github.com/tqt97/import-excel-to-db-in-laravel
  • Go to the folder application using cd command on your cmd or terminal cd import-excel-to-db-in-laravel
  • Run composer install on your cmd or terminal
  • Copy .env.example file to .env on the root folder. You can type copy .env.example .env if using command prompt Windows or cp .env.example .env if using terminal, Ubuntu
  • Open your .env file and change the database name (DB_DATABASE) to whatever you have, username (DB_USERNAME) and password (DB_PASSWORD) field correspond to your configuration.
  • Run php artisan key:generate
  • Run php artisan migrate:fresh --seed
  • Run npm run dev
  • Run php artisan serve
  • Go to http://127.0.0.1:8000
  • You can see the application running.

Aliases in cmd/command

alias pa='php artisan 1ドル'
alias pas='php artisan serve'
alias pam='php artisan make:model 1ドル'
alias pac='php artisan make:controller 1ドル'
alias pamm='php artisan make:migration 1ドル'
alias pamg='php artisan migrate'
alias pamgfs='php artisan migrate:fresh --seed'
alias pao='php artisan optimize:clear'
alias pak='php artisan key:generate'
alias nrd='npm run dev'
alias nrb='npm run build'
alias ci='composer install'
alias c='composer 1ドル'
alias envc='cp .env.example .env'
alias par='php artisan make:request 1ドル'
alias pammdl='php artisan make:middleware 1ドル'
alias cl='clear'
alias pamsrc='php artisan make:resource 1ドル'

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /