haidangdev / core
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- php: >=5.6.4
- doctrine/dbal: *
- intervention/image: *
- laravel/framework: 5.4.*
- laravelcollective/html: ^5.3.0
This package is not auto-updated.
Last update: 2025-06-27 23:42:57 UTC
README
How to use?
- Step 1: run command
composer require haidangdev/core=dev-master
. - Step 2: configurated database at
config/database.php
or.env
file for your project. - Step 3: open
config/app.php
and addingHaidangdev\Core\CoreServiceProvider::class
inproviders
array. - Step 4: run command
php artisan admin:install
. - Step 5: move files
public/.htaccess
andpublic/index.php
to ROOT folder and editindex.php
at/../bootstrap/autoload.php
to/bootstrap/autoload.php
and/../bootstrap/app.php
to/bootstrap/app.php
. - Step 6: Access
localhost/your_project/admin
and login withemail: admin@team.vn, password: 12345678
.
Optional
If you won't change root path (in step 5), you can open file vendor/haidangdev/core/src/views/layout.blade.php
and remove public
at libraries src.Have fun!