Sokeio is a Laravel-based web application development package that provides support for developing modules, themes, livewire, and shortcodes. With Sokeio, users can develop web applications faster and easier than ever before. The package provides flexible features and utilities to help users optimize the development process and accelerate the development speed of their web applications.
- Make an Administrator page in 5 minutes:
$ composer require sokeio/framework
$ php artisan migrate
- Create user admin or reset password for account supper-admin
set .env
SOKEIO_MAKE_USER_ADMIN=true
$ php artisan so:make-user-admin --e "[email protected]" --f "Nguyen Van Hau"
Link https://github.com/sokeio/sokeio
- Modules
- Themes
- Actions
- ShortCodes
- Laravel 11x
- Livewire 3x
- Boostrap 5x
- Tabler and Tabler-icon
PHP 8.2+
You can install package via composer
$ composer require sokeio/framework
account: [email protected]
password: AdMin@123
Make module:
$ php artisan so:make-module Demo3 -a true -f true
Make theme:
$ php artisan so:make-theme Demo3 -a true -t theme -f true
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.