Skip to content

Sindor-suyunov/laravel-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Laravel Code Generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published