An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Sokeio framework

[![Latest Version on Packagist](https://img.shields.io/packagist/v/sokeio/framework.svg?style=flat-square)](https://packagist.org/packages/sokeio/framework)
[![Total Downloads](https://img.shields.io/packagist/dt/sokeio/framework.svg?style=flat-square)](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)