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
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
- Clone from nhanduc core
git clone https://github.com/nhandux/corelar.git
- Checkout to api branch (this is common branch for code vendor\nhanduc\core)
git checkout master
- 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
- 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