nhanduc/core

Library of laravel project

Installs: 59

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:CSS

dev-master 2023-12-12 03:57 UTC

This package is auto-updated.

Last update: 2025-05-12 07:17:30 UTC


README

NhanDuc Core

Develop enviroment
  • Laravel ^8.0
  • PHP 7.4

Team

Nhanduc,OtherMember

Step to install

Repository: https://github.com/nhandux/corelar

  1. Clone from nhanduc core
git clone https://github.com/nhandux/corelar.git
  1. Checkout to api branch (this is common branch for code vendor\nhanduc\core)
git checkout master
  1. Change .env information for your local project like this ( if you are using Homestead)
# local
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=core
DB_USERNAME=homestead
DB_PASSWORD=secret
  1. Generate application key and clear config default
php artisan key:generate
php artisan config:cache
php artisan migrate

Route test

php artisan serve --port 80

Url: http://localhost/nhanduc/contact