Looking to hire Laravel developers? Try LaraJobs

laravel-code maintained by sindor

Description
Laravel Code Generator
Last update
2025/01/16 08:45 (dev-master)
License
Links
Downloads
190

Comments
comments powered by Disqus

About

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/*