ovic-core/framework
Composer 安装命令:
composer require ovic-core/framework
包简介
The framework for developing ovic
关键字:
README 文档
README
Install
To install through Composer, by run the following command:
composer require ovic-core/framework
To install nodejs, bootstrap, by run the following command:
Require:
- Nodejs: https://nodejs.org/
- Bootstrap: https://getbootstrap.com/
npm install npm install bootstrap npm run dev
To create Auth, by run the following command ( https://laravel.com/docs/6.x/authentication ):
composer require laravel/ui ( if do not exits ) php artisan ui vue --auth
To create migrate, by run the following command:
All : php artisan migrate Only vendor : php artisan migrate --path=\vendor\ovic-core\framework\database
To create "super admin" user, by run the following command:
php artisan db:seed --class=UsersTableSeeder username : Super Admin user : admin@laravel.com pass : 12345678
The package will automatically register a service provider and alias.
Optionally, publish the package's configuration file by running:
php artisan vendor:publish --tag=ovic-auth --force
Advance options
To update through Composer, by run the following command:
composer update ovic-core/framework
To remove through Composer, by run the following command:
composer remove ovic-core/framework
To clear cache Composer, by run the following command:
composer clear-cache
To publish the modules file by running:
php artisan module:publish
To publish the package's file by running:
All : php artisan vendor:publish --provider="Ovic\Framework\FrameworkServiceProvider" --force Config : php artisan vendor:publish --tag=ovic-config --force Assets : php artisan vendor:publish --tag=ovic-assets --force Views : php artisan vendor:publish --tag=ovic-views --force Lang : php artisan vendor:publish --tag=ovic-lang --force Auth : php artisan vendor:publish --tag=ovic-auth --force
To registering HTTP Session, by run the following command ( https://laravel.com/docs/6.x/session ):
php artisan session:table
To registering Events & Listeners, by run the following command ( https://laravel.com/docs/6.x/events ):
php artisan event:generate
Tip: don't forget to run composer dump-autoload afterwards.
Documentation
You'll find installation instructions and full documentation on https://kutethemes.com/.
About Kutethemes
Kutethemes is a freelance web developer specialising on the Laravel framework. View all my packages on my website.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-12-02