Skip to content

quoctuan9901/project-laravel

Repository files navigation

Install Source

  • Step 1: Change file .env.example to .env

  • Step 2: Install Vendor Laravel

composer install
  • Step 3: Create generate key
php artisan key:generate
  • Step 4: Create DB and then check and update information to connect DB in .env

  • Step 5: Run migrate

php artisan migrate
  • Step 6: Clear cache server
php artisan config:cache
  • Step 7: Run project
php artisan serve
  • Step 8: Go link
http://localhost:8000/admin/category/index

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages