Skip to content

BytePlatform is a Laravel-based web application development package that provides support for developing modules, plugins, themes,actions, livewire, and shortcodes.

License

Notifications You must be signed in to change notification settings

datpt1603/BytePlatform

 
 

Repository files navigation

BytePlatform

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

BytePlatform is a Laravel-based web application development package that provides support for developing modules, plugins, themes, livewire, and shortcodes. With BytePlatform, 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.

Template boilerplate: https://github.com/ByTechAsia/laravel-boilerplate

Feature(New):

  • Modules
  • Themes
  • Plugins
  • Actions
  • ShortCodes
  • CURD Base
  • Auth(User,Role,Permission)
  • Setting

Technology used:

  • Laravel 10x
  • Livewire 3x
  • unisharp/laravel-filemanager 2.6
  • staudenmeir/eloquent-eager-limit 1.8.3
  • Boostrap 5x
  • Tabler and Tabler-icon

Requirements

PHP 8.2+

Installation

You can install package via composer

$ composer require byteplatform/byteplatform
$ php artisan migrate
$ php artisan b:setup
$ php artisan vendor:publish --tag=lfm_config
$ php artisan vendor:publish --tag=lfm_public
account: [email protected]
password: AdMin@123

Usage

Make module:

$ php artisan mb:module Demo3 -a true -f true

Make plugin:

$ php artisan mb:plugin Demo3 -a true -f true

Make theme:

$ php artisan mb:theme Demo3 -a true -t theme -f true

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.

Product list:

Free Online Tutorials

License

MIT

About

BytePlatform is a Laravel-based web application development package that provides support for developing modules, plugins, themes,actions, livewire, and shortcodes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 49.7%
  • JavaScript 23.6%
  • PHP 20.8%
  • Blade 5.4%
  • CSS 0.2%
  • TypeScript 0.2%
  • SCSS 0.1%