sindor/laravel-code

Laravel Code Generator

v1.0.3 2025-01-16 07:45 UTC

This package is auto-updated.

Last update: 2025-06-16 09:03:03 UTC


README

Helpful UI web interface for generating code (migration, model,factory,controller .. ) in Laravel (save your time)

Installation and usage

1. Install package to your laravel project

composer require sindor/laravel-code

2. Publish files

php artisan vendor:publish --tag=laravel-code

3. Go to link (home_url + /laravel-code)

http://localhost/laravel-code/

4. Enjoy :)

Configuration

You can configure generating Class namespace and saving path

  path: config/laravel-code.php

You can customize stub files(templates)

  path: stubs/laravel-code/*