Coder Social home page Coder Social logo

dminustin / laravel-package-installer Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 87 KB

Command-line prompted Laravel package installer

License: MIT License

PHP 98.81% Makefile 1.19%
command-line-tool laravel laravel-package laravel-package-boilerplate laravel-package-generator laravel-package-helper laravel-package-starter laravel-package-template php

laravel-package-installer's Introduction

Laravel command-line prompted package creator

This helper generates an empty Laravel package from the command line

Installation

composer create-project dminustin/laravel-package-installer %YOURPROJECTNAME% --repository "{\"type\": \"vcs\", \"url\": \"https://github.com/dminustin/laravel-package-installer\"}" --stability=dev

Then

cd setup
composer install
cd ..
php ./setup/setup.php

Included packages

"doctrine/lexer": "^1.0.1",
"egulias/email-validator": "^2.1",
"friendsofphp/php-cs-fixer": "*",
"laravel/framework": "^8.83",
"nunomaduro/larastan": "^1.0",
"phpunit/phpunit": "^9.0"

Available composer commands

composer test

runs PHPUnit tests

composer analyze

runs PHPStan analyzer

composer cs

runs php-cs-fixer

composer public

runs fixer, analyzer, tests, then if no errors adds changed code to git and pushes to the remote repository

!! Do not forget to delete setup directory after installation

Credits

Author: Danila Minustin (https://github.com/dminustin)

Based on code generated from Laravel Package Boilerplate.

License

The MIT License (MIT). Please see License File for more information.

Changelog

The MIT License (MIT). Please see Changelog File for more information.

laravel-package-installer's People

Contributors

dminustin avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.