Download the PHP package steelants/laravel-boilerplate without Composer
On this page you can find all versions of the php package steelants/laravel-boilerplate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download steelants/laravel-boilerplate
More information about steelants/laravel-boilerplate
Files in steelants/laravel-boilerplate
Package laravel-boilerplate
Short Description Everything you need to start your Laravel journey.
License MIT
Informations about the package laravel-boilerplate
Laravel-Boilerplate
Currently WIP
Created by: SteelAnts s.r.o.
Preview
What's included
Functions
- User Management
- Job Management
- Cache Management
- Backup Manager
- Log Viewer
- Audit
- API Routes view page
- Menu builder
- From builder
- Datatable builder
Template
- Reponsive app template
- Light/dark theme
- Build on Bootstrap and Livewire
- Quill editor
Install
Import javascript and styles (includes bootstrap and font awesome)
[!NOTE] If you need customize any of included js/scss files, don't change files inside boilerplate folder. Instead create new root file boilerplate.scss/js by copying it from boilerplate folder. By changing paths of imported files you can make your custom verison or keep importing from boilerplate. When you update boilerplate package you will need to check changes only in root files boilerplate.scss/js and update your custom version accordingly.
Menu Builder
Single Level
with sub Menu Builder
Multi Level
Development
-
Create subfolder
/packages
at root of your laravel project -
clone repository to sub folder
/packages
(you need to be positioned at root of your laravel project in your terminal) -
edit composer.json file
-
Add provider to
bootstrap/providers.php
-
use commands to aplicate changes
- aplicate packages changes - before this you need have auth package
CRUD
Create CRUD
Create default files in model livewire
Create CRUD Forced
Create default files in model livewire with ovewrite
Create CRUD Full Page
Create default files in livewire with create and edit as full page
Contributors
Other Packages
Notes
All versions of laravel-boilerplate with dependencies
livewire/livewire Version ^3.0
steelants/form Version ^1.3.1
steelants/modal Version ^2.0.1
steelants/datatable Version ^2.3.5
steelants/laravel-auth Version ^1.0.3
steelants/livewire-form Version ^0.0.3