Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/steelants/laravel-boilerplate


https://github.com/steelants/laravel-boilerplate

Last synced: 3 days ago
JSON representation

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
```

## Contributors


## 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)