zennomi / CongViecLam-laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notice

Adminlte v3.1.0 Laravel v8.12

How to setup project in localhost ?

  • Clone your project
  • Go to the folder application using cd command on your cmd or terminal
  • Run composer install on your cmd or terminal
  • Run npm install or yarn install then run npm run dev or yarn dev
  • 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
  • Run php artisan serve
  • Go to http://localhost:8000/

About


Languages

Language:Blade 67.9%Language:PHP 27.4%Language:JavaScript 3.3%Language:HTML 0.6%Language:Less 0.6%Language:Vue 0.3%