msramdan / generator
Laravel starter app & simple crud generator
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Requires
- php: ^8.1
- intervention/image: ^2.7
- laravel/fortify: ^1.13
- spatie/laravel-permission: ^5.5
- yajra/laravel-datatables-oracle: ^10.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-25 14:47:42 UTC
README
demo.mp4
Laravel starter app and CRUD generator.
Table of Contents
Setup
- Installation
composer require msramdan/generator --dev
Since this package will overwrite some files, it must be installed after a brand-new Laravel installation.
- Register the provider in
config/app.php
/* * Package Service Providers... */ Msramdan\Generator\Providers\GeneratorServiceProvider::class,
- Publish vendor
php artisan generator:publish
- Run migration and seeder
php artisan migrate --seed
- Start development server
php artisan serve
Usage
Go to /generators/create
Login
- Email: admin@example.com
- Password: password
Requirements
What's inside?
- Laravel - ^9.x
- Laravel Forify - ^1.x
- Laravel Debugbar - ^3.x
- Spatie permission - ^5.x
- Yajra datatable - ^10.x
- Intervention Image - ^2.x
- Mazer template - ^2.x
Features
- Authentication (Laravel Fortify)
- Login
- Register
- Forgot Password
- 2FA Authentication
- Update profile information
- Roles and permissions (Spatie Permission)
- CRUD User
- CRUD Generator
- Support more than 15 column type migration, like string, char, date, year, etc.
- Datatables (Yajra datatables)
- BelongsTo relation
- Model casting
- Image upload (Intervention Image)
- Support HTML 5 Input
- Request validations supported:
- required, in, image, min, max, string, email, number, date, exists, nullable, unique, comfirmed
License
Support
You can support me at Github Sponsors, Ko-fi or Saweria