haidangdev / core
There is no license information available for the latest version (dev-master) of this package.
dev-master
2017-06-15 03:22 UTC
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: 2026-03-07 02:50:44 UTC
README
How to use?
- Step 1: run command
composer require haidangdev/core=dev-master. - Step 2: configurated database at
config/database.phpor.envfile for your project. - Step 3: open
config/app.phpand addingHaidangdev\Core\CoreServiceProvider::classinprovidersarray. - Step 4: run command
php artisan admin:install. - Step 5: move files
public/.htaccessandpublic/index.phpto ROOT folder and editindex.phpat/../bootstrap/autoload.phpto/bootstrap/autoload.phpand/../bootstrap/app.phpto/bootstrap/app.php. - Step 6: Access
localhost/your_project/adminand 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!