Sokeio

screenshot of Sokeio
laravel
bootstrap
scss

sokeio laravel boilerplate with Tabler Theme

Overview

The Laravel Boilerplate is a package that provides a set of features and tools for developing Laravel applications quickly and efficiently. It utilizes Laravel framework along with various libraries and technologies to offer modules, themes, plugins, actions, shortcodes, and CURD base functionalities like authentication, user roles, permissions, and settings.

Features

  • Modules: Allows developers to create and manage modules within the Laravel application.
  • Themes: Provides a mechanism to create and switch between different themes for the application.
  • Plugins: Enables developers to develop and integrate plugins into the Laravel application.
  • Actions: Offers a way to define and execute custom actions within the application.
  • ShortCodes: Provides a feature to define and use custom shortcodes in the application.
  • CURD Base: Sets up basic CRUD (Create, Read, Update, Delete) functionalities for the application.
  • Auth: Includes authentication functionalities for managing user, role, and permission.
laravel
Laravel

Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.