All Projects → railt → laravel-provider

railt / laravel-provider

Licence: MIT License
The Laravel Framework Service Provider for Railt

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to laravel-provider

atom-package-sync
Synchronize your atom packages and settings easily
Stars: ✭ 22 (+15.79%)
Mutual labels:  package
BETS
Package to obtain and analyze thousands of Brazilian economic time series
Stars: ✭ 34 (+78.95%)
Mutual labels:  package
vim-npr
Sensible 'gf' for Node Path Relative JS module resolution per project 🐿
Stars: ✭ 19 (+0%)
Mutual labels:  package
caption-core
Caption Core acts as an abstraction layer for Caption’s core functionality.
Stars: ✭ 33 (+73.68%)
Mutual labels:  package
manjaro-sway
🚧 manjaro linux with wayland 🖼, sway 🌴 and a lot of ♥
Stars: ✭ 326 (+1615.79%)
Mutual labels:  package
laravel-blog
Laravel Blog package
Stars: ✭ 116 (+510.53%)
Mutual labels:  package
menu button
Flutter plugin to display a popup menu button widget with handsome design and easy to use.
Stars: ✭ 64 (+236.84%)
Mutual labels:  package
bali
Bali - Minimalist Golang build and packaging tool
Stars: ✭ 59 (+210.53%)
Mutual labels:  package
laravel-meta
a package for working with models meta in laravel
Stars: ✭ 78 (+310.53%)
Mutual labels:  package
video-downloader
Video Downloader for Facebook.
Stars: ✭ 63 (+231.58%)
Mutual labels:  package
angular-loading-button
Loading button directive for AngularJS
Stars: ✭ 27 (+42.11%)
Mutual labels:  package
dynamic-utils
Utility functions to perform dynamic operations on Android.
Stars: ✭ 86 (+352.63%)
Mutual labels:  package
svelte-credit-card
A svelte component to render a credit card 💳
Stars: ✭ 30 (+57.89%)
Mutual labels:  package
ContactEtc
Laraval package to instantly add a customisable contact form to your site.
Stars: ✭ 21 (+10.53%)
Mutual labels:  package
oexec
oexec is a Go package to execute shell commands in specified order
Stars: ✭ 21 (+10.53%)
Mutual labels:  package
create-npm-package
Creates an npm package boilerplate that you don't have to write again 📦
Stars: ✭ 21 (+10.53%)
Mutual labels:  package
ferryd
Fast, safe and reliable transit for the delivery of software updates to users.
Stars: ✭ 43 (+126.32%)
Mutual labels:  package
scaffold-package-command
Scaffolds WP-CLI commands with functional tests, full README.md, and more.
Stars: ✭ 51 (+168.42%)
Mutual labels:  package
pkglite
Compact Package Representations
Stars: ✭ 16 (-15.79%)
Mutual labels:  package
repogen
Easy-to-use signed APT repository generator with a web-based package browser.
Stars: ✭ 34 (+78.95%)
Mutual labels:  package

Laravel Provider for Railt

Travis CI Scrutinizer CI Code coverage Latest Stable Version Latest Unstable Version License MIT

About

The Laravel Framework Service Provider for Railt.

Installation

  • composer require railt/laravel-provider
  • Add to composer.json the "Railt\\Discovery\\Manifest::discover" composer script:
{
    "scripts": {
        "post-autoload-dump": [
            // HERE
            "Railt\\Discovery\\Manifest::discover",
            
            // ...
            "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
            "@php artisan package:discover --ansi"
        ]
    }
}
  • composer dump-autoload
  • php artisan vendor:publish --tag=railt

Usage

Just use the description in the package configuration config/railt.php file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].