msramdan/generator

Laravel starter app & simple crud generator

dev-main 2024-04-25 13:39 UTC

This package is auto-updated.

Last update: 2024-04-25 13:40:05 UTC


README

demo.mp4

Laravel starter app and CRUD generator.

All Contributors GitHub last commit License Issues Forks Stars

Table of Contents

  1. Setup
  2. Usage
  3. Requirements
  4. What's inside?
  5. Features
  6. License
  7. Support

Setup

  1. Installation
composer require msramdan/generator --dev

Since this package will overwrite some files, it must be installed after a brand-new Laravel installation.

  1. Register the provider in config/app.php
 /*
  * Package Service Providers...
  */
  Msramdan\Generator\Providers\GeneratorServiceProvider::class,
  1. Publish vendor
php artisan generator:publish
  1. Run migration and seeder
php artisan migrate --seed
  1. Start development server
php artisan serve

Usage

Go to /generators/create

Login

Requirements

What's inside?

Features

License

MIT License

Support

You can support me at Github Sponsors, Ko-fi or Saweria

Buy Me A Coffee