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
- Modules
- Themes
- Plugins
- Actions
- ShortCodes
- CURD Base
- Auth(User,Role,Permission)
- Setting
- Laravel 10x
- Livewire 3x
- unisharp/laravel-filemanager 2.6
- staudenmeir/eloquent-eager-limit 1.8.3
- Boostrap 5x
- Tabler and Tabler-icon
PHP 8.2+
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
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
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.