bakgul/command-evaluator dependents (5) Order by: name | downloads Show: all | require | require-dev

  • PHP

    bakgul/laravel-code-generator

    This package aims to generate code on the target files in order to increase productivity. In this first release, relationsips are covered almost entirely.

  • PHP

    bakgul/laravel-file-creator

    This package aims to create the app, database, and test files. It can be a replacement for Laravel's file generator because this package offers some quite nice features. It offers extra file types like interface, trait, service, etc. Depending on the settings, it can create dozens of files with a single command and connect them to each other properly.

  • PHP

    bakgul/laravel-package-generator

    This package aims to generate packages to increase productivity. It offers a flexible package structure thanks to settings that can be found in the 'structures' array on 'config/packagify.php'. The detailed explanations can be found in that array's comment block.

  • PHP

    bakgul/laravel-resource-creator

    This package aims to create the view, style, and javascript files. It can create all boilerplates and connect files to each other to reduce repetitive tasks. Blade, Vuejs (view, vue-router, vuex, pinia), and Sass are covered in this first release.

  • PHP

    bakgul/packagified-laravel

    This is the main package that collects the other packages in this family to perform fully.