bakgul/laravel-helpers dependents (15) Order by: name | downloads Show: all | require | require-dev

  • PHP

    bakgul/kernel

    This is a helper package, and it isn't meant to be used independently. That being said, it contains some nice helper classes to deal with the file system, strings, arrays, naming conventions, etc. If you need such functionalities, you may find this package helpful. On the other hand, its real purpose is to collect some classes and methods that are being used by multiple packages that are part of Packagified Laravel.

  • 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/file-content

    This is a helper package, and it can't be used independently. Its purpose is to get/set/modify files' content when they are created/deleted/updated through the commands that are shipped with the packages, which are part of Packagified Laravel.

  • 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/file-history

    This is a helper package, and it can't be used independently. Its purpose is to log the changes of files when they are created/deleted/updated through the commands shipped with the packages, which are part of Packagified Laravel. So this package can't track the changes made manually.

  • 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/command-evaluator

    This is a helper package, and it can't be used independently. Its purpose is to evaluate the console commands that are shipped with the other packages, which are part of Packagified Laravel, to ensure that they are valid.

  • HTML

    bakgul/laravel-dump-server

    A package to make Beyondcode's Laravel Dump Server more practical.

  • PHP

    bakgul/packagified-laravel

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

  • 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/renamer

    A package to rename files and folders, as well as to updated the affected files' content.

  • PHP

    bakgul/package-base

    A package that I use to start package development.

  • PHP

    bakgul/laravel-tests-to-readme

    A package to output test methods to readme files as a documantation.

  • PHP

    bakgul/repository-builder

    This is the package that will build repository.

  • PHP

    bakgul/laravel-query-helper

    A package to add some wrapper around filtering, groupping, sorting and maybe more to write queries faster.