Download the PHP package abianbiya/laralag without Composer
On this page you can find all versions of the php package abianbiya/laralag. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download abianbiya/laralag
More information about abianbiya/laralag
Files in abianbiya/laralag
Package laralag
Short Description Laralag CRUD Generator and Starter Access Management
License MIT
Homepage https://github.com/abianbiya/laralag
Informations about the package laralag
Simple CRUD Generator and Starter Access Management
This package adds ability to generate CRUD based on the table and manage access users and roles.
Installation
You can install the package via composer:
and then run
then add the HasUuids
and HasPermissions
traits to your app/Models/User.php
and you are ready.
Usage
Generating the CRUD
- Make the migration and do migrate
- Run artisan make module with the table name in StudlyCase
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.
All versions of laralag with dependencies
laravel/framework Version ^11.0
spatie/laravel-backup Version ^8.4
laravel/breeze Version ^2.0
laravel/tinker Version ^2.9
livewire/livewire Version ^3.4
livewire/volt Version ^1.0
spatie/laravel-html Version ^3.7