Giter Club home page Giter Club logo

packager-skeleton's Introduction

:uc:package

Latest Version on Packagist Total Downloads Build Status StyleCI

This is where your description should go. Take a look at contributing.md to see a to do list.

Installation

Via Composer

composer require :lc:vendor/:lc:package

Usage

Change log

Please see the changelog for more information on what has changed recently.

Testing

composer test

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email :author_email instead of using the issue tracker.

Credits

License

:license. Please see the license file for more information.

packager-skeleton's People

Contributors

4n70w4 avatar eduarguz avatar giovannipds avatar jeroen-g avatar kristories avatar mimisk13 avatar robsontenorio avatar tzsk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

packager-skeleton's Issues

Omit requiring illuminate/support

Hi,

I was thinking, is it necessary to require illuminate/support in composer.json?

  1. This started because my project is still relying on version 8
  2. As this skeleton is meant to create Laravel packages, I think it is safe to assume the parent project already includes the "correct" version of illuminate/support
  3. If the new package is installed in non-Laravel projects, I suspect illuminate/support is still not enough
  4. My view is to remove since it doesn't help that much and in fact, becomes a line that requires constant maintenance

Thank you.

Publish group names

Its more of a question as to why verses it being a issue/bug.

I'm curious as to why you prepend the package name to the publish group.

// Publishing the configuration file.
$this->publishes([
      __DIR__.'/../config/:lc:package.php' => config_path(':lc:package.php'),
], ':lc:package.config');

Why not just use "config" as the group? Then in the publish command its '--tag="config"' verses '--tag="mypackage.config"

I am already specifying the package in the publish command.

I know i can just easily change it, but i'm curious as to the reason behind the naming convention.

Laravel 6 support

Illuminate support of v5 is causing the main generator to hang since Illuminate is now on v6.

Follow Laravel route files naming convention

Does it make sense to change and expand this line in the ServiceProvider from

// $this->loadRoutesFrom(__DIR__.'/routes.php');

To

// $this->loadRoutesFrom(__DIR__.'/routes.php'); // packager
// $this->loadRoutesFrom(__DIR__.'/../routes/web.php'); // Laravel convention
// $this->loadRoutesFrom(__DIR__.'/../routes/api.php'); // Laravel convention
// $this->loadRoutesFrom(__DIR__.'/../routes/console.php'); // Laravel convention

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.