https://github.com/sokeio/framework
Sokeio framework: Modular,Theme,User,Role,Permission
https://github.com/sokeio/framework
laravel livewire livewire-module livewire-theme livewire3 modular permission role theme user
Last synced: 29 days ago
JSON representation
Sokeio framework: Modular,Theme,User,Role,Permission
- Host: GitHub
- URL: https://github.com/sokeio/framework
- Owner: sokeio
- License: mit
- Created: 2023-09-07T13:09:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T10:55:32.000Z (7 months ago)
- Last Synced: 2025-08-03T16:43:32.891Z (2 months ago)
- Topics: laravel, livewire, livewire-module, livewire-theme, livewire3, modular, permission, role, theme, user
- Language: JavaScript
- Homepage: https://sokeio.com/
- Size: 22.2 MB
- Stars: 20
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Sokeio framework
[](https://packagist.org/packages/sokeio/framework)
[](https://packagist.org/packages/sokeio/framework)**Sokeio** is a Laravel-based web application development package that provides support for developing modules, themes. 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.
## Quick tutorial
- Make an Administrator page in 5 minutes:
```bash
$ composer require sokeio/framework
``````bash
$ php artisan migrate
```- Enable Mode DEV
In file .env:
```bash
SOKEIO_MODE_DEV=true
```## Template boilerplate
Link [https://github.com/sokeio/sokeio](https://github.com/sokeio/sokeio)
## Feature(New):
- Modules
- Themes## Technology used:
- Laravel 11x
- Livewire 3x
- Boostrap 5x
- Tabler and Tabler-icon## Requirements
PHP 8.2+
## Installation
You can install package via composer
```bash
$ composer require sokeio/framework
```
## Contact US:**Website**: https://sokeio.com/
**Email**: nguyenvanhaudev@gmail.com
**Discord**: https://discord.gg/5XePqYxyjm
**Facebook**: https://www.facebook.com/groups/sokeio
**Youtube**: https://www.youtube.com/@DevHau
## Contributing
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.
## License
[MIT](./LICENSE)