ovic-core / framework
The framework for developing ovic
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Language:JavaScript
Requires
- php: >=7.2
- ext-dom: *
- ext-json: *
- ext-libxml: *
- ext-simplexml: *
- ext-zip: *
- laravel/ui: 1.*
- maatwebsite/excel: 3.*
- nesbot/carbon: 2.*
- nwidart/laravel-modules: 6.*
Requires (Dev)
- doctrine/dbal: 2.*
- laravel/framework: 6.0.*
- laravel/ui: 1.*
- maatwebsite/excel: 3.*
- nesbot/carbon: 2.*
- nwidart/laravel-modules: 6.*
- yajra/laravel-datatables: 1.*
This package is auto-updated.
Last update: 2025-02-20 09:33:25 UTC
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.