Skip to content

Template for quick starting new monolithic WebApps using laravel native local api routes with user token in DB for REST and spatie laravel permission with CRUD, is for use in time challenges like hackatons, little surveys or landing pages

Notifications You must be signed in to change notification settings

marco-gallegos/Laravel-App-Boilerplate

Repository files navigation

Idea Inicial

Skeleton de usuarios y permisos con sus operaciones basicas (CRUD)

Nuevo Objetivo

Boilerplate para iniciar una aplicacion monolitica con algunas librerias / snippets utiles y comunes precargadas sobre la ultima version de laravel.

To DO

  • CRUD Usuarios
  • CRUD Permisos
  • CRUD Roles

instalacion

  • php artisan migrate --seed

Features

Permissions

Se cuenta con el paquete Laravel Permissions para gestionar permisos en la app.

CSS

table-mini

Estilo precargado para hacer las tablas responsivas con solo agregar esta clase a la etiqueta table, corresponde con el breakpoint de 768px que usa bootstrap 4.3.x.

<table class="table table-mini">
    <thead>
        <tr>
            <th>Nombre</th>
            <th>Puesto</th>
            <th>Acciones</th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td data-label="nombre" >Marco Gallegos</td>
            <td data-label="puesto" >Dev</td>
            <td data-label="acciones" > <button class="btn btn-primary" >OK</button></td>
        </tr>
    </tbody>
</table>

Preview de la Tabla

Este fue una adaptacionde el Codigo original de Matt Smith.

About

Template for quick starting new monolithic WebApps using laravel native local api routes with user token in DB for REST and spatie laravel permission with CRUD, is for use in time challenges like hackatons, little surveys or landing pages

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published