Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steelants/laravel-boilerplate
https://github.com/steelants/laravel-boilerplate
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/steelants/laravel-boilerplate
- Owner: steelants
- License: mit
- Created: 2023-10-19T05:58:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T15:40:14.000Z (18 days ago)
- Last Synced: 2024-10-22T01:25:05.745Z (17 days ago)
- Language: PHP
- Size: 463 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel-Boilerplate
## Currently WIP
### Created by: [SteelAnts s.r.o.](https://www.steelants.cz/)
[![Total Downloads](https://img.shields.io/packagist/dt/steelants/laravel-boilerplate.svg?style=flat-square)](https://packagist.org/packages/steelants/laravel-boilerplate)
## Content
- User Management
- Job Management
- Cache Management
- Log Viewer
- Audit## Install
```bash
composer require steelants/laravel-boilerplate
composer install
php artisan install:boilerplate
```## Development
### Creation of symlinks for dev environment:
```bash
ln -s ./package/boilerplate/stubs/resources/ resources
```## Other Packages
[steelants/laravel-auth](https://github.com/steelants/laravel-auth)[steelants/laravel-boilerplate](https://github.com/steelants/Laravel-Boilerplate)
[steelants/datatable](https://github.com/steelants/Livewire-DataTable)
[steelants/form](https://github.com/steelants/Laravel-Form)
[steelants/modal](https://github.com/steelants/Livewire-Modal)
[steelants/laravel-tenant](https://github.com/steelants/Laravel-Tenant)
## Notes
* [Laravel MFA](https://dev.to/roxie/how-to-add-google-s-two-factor-authentication-to-a-laravel-8-application-4jjp)