A REST client inside your Laravel app

Overview

Build Status Total Downloads Latest Stable Version License

Introduction

Laravel Compass is an elegant REST assistant for the Laravel framework that you can use to test API calls and create API documentation. it provides automatically endpoints for GET, POST, PUT/PATCH, DELETE, various auth mechanisms, and other utility endpoints based on Laravel routes in your project.

Installation and usage

This package requires PHP 7.2 and Laravel 6.0 or higher.
You'll find installation instructions and full documentation on https://davidhsianturi.com/laravel-compass.

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

License

Laravel Compass is open-sourced software licensed under the MIT license.

Comments
  • Feature: add form urlencoded & raw request body options

    Feature: add form urlencoded & raw request body options

    Checklist:

    • [x] Add form url encoded body option
    • [x] Add raw body option (text & JSON) using CodeMirror
    • [x] Refactor request tabs component to use sync modifier for request prop

    Preview image image image image

    opened by akbarcandra 8
  • "various auth mechanisms" ?

    Hi there!

    Very exciting project with great potential to be useful. I am also very pleasantly surprised that it detected all my routes even though I make use of route annotations and my web.php route file is basically empty (https://github.com/LaravelCollective/annotations) .. awesome! I was sure that this would require additional workaround but nope, it got them all!

    I really hope you are going to add more documentation.. your Readme mentions various auth mechanisms but this is the only mention of it and nowhere in the issues, or the config, does it seem to mention how to deal with routes that require authentication

    In my case, since my Laravel installation is strictly a Rest API, all my authenticated routes make use of a auth:api middleware powered by https://github.com/tymondesigns/jwt-auth

    How would I go about mocking this auth so I can test the api calls using Compass?

    Also.. a request please.. can you please add a filter search box in the sidebar? I have hundreds of routes and it's quite difficult to locate the route I want to test without using a search

    Thank you for making this! Looking forward to developments!

    opened by vesper8 6
  • Why not use laravel-apidoc-generator?

    Why not use laravel-apidoc-generator?

    I really liked the interface of compass. I wonder why don't you use laravel-apidoc-generator to generate docs.

    Right now I really don't know which annotations I should use to document the API.

    I believe apidoc-generator + compass would be awesome.

    question 
    opened by zek 4
  • How to write documentation?

    How to write documentation?

    I am not able to figure out how to write the documentation for APIs. Compass shows url as the list where as I want to give a label to the URL and want to provide the list of Parameters it will be accepting. Readme.md is giving much info on how I can achieve it.

    opened by SachinAgarwal1337 4
  • Request domain should be configurable

    Request domain should be configurable

    Hi, the plugin uses APP_URL for making requests. It would be really useful if one could change it using some env variable. It can use APP_URL by default, but one should be able to overwrite this value.

    Right now I have to append a custom domain to each request route manually.

    opened by sasokovacic 3
  • migration is not being run on production, only on local

    migration is not being run on production, only on local

    I'm at a loss to understand why this is the case. I've run the install command and when I run migrations on my dev local environment it runs the compass migration just fine, but on production it refuses to run it... any idea what could be causing this?

    opened by vesper8 3
  • laravel 8 can't install

    laravel 8 can't install

    Problem 1 - Installation request for davidhsianturi/laravel-compass ^1.0 -> satisfiable by davidhsianturi/laravel-compass[1.x-dev, v1.0.0, v1.0.1]. - Conclusion: don't install laravel/framework v8.0.4 - Installation request for laravel/framework (locked at v8.0.3, required as ^8.0) -> satisfiable by laravel/framework[v8.0.3]. - Conclusion: install mpociot/documentarian 0.4.0 - Can only install one of: laravel/framework[8.x-dev, 5.7.x-dev]. - Can only install one of: laravel/framework[v8.0.0, 5.7.x-dev]. - Can only install one of: laravel/framework[v8.0.1, 5.7.x-dev]. - Can only install one of: laravel/framework[v8.0.2, 5.7.x-dev]. - Can only install one of: laravel/framework[v8.0.3, 5.7.x-dev]. - Can only install one of: laravel/framework[5.7.x-dev, v8.0.3]. - Can only install one of: laravel/framework[5.7.x-dev, v8.0.3]. - Conclusion: don't install mpociot/documentarian 0.4.0|install laravel/framework 5.7.x-dev - Installation request for laravel/framework ^8.0 -> satisfiable by laravel/framework[8.x-dev, v8.0.0, v8.0.1, v8.0.2, v8.0.3, v8.0.4].

    opened by Lowellddh 3
  • Cannot be installed on Laravel 7.3

    Cannot be installed on Laravel 7.3

     composer require davidhsianturi/laravel-compass --dev                                                                                                                                 ivan@Ivans-MacBook-Pro
        1/9:	http://repo.packagist.org/p/provider-2019$34602de92ad374bff52a3466e19958862c4a13758f35c4cc219fd9babee4bf5f.json
        2/9:	http://repo.packagist.org/p/provider-2019-04$505504295de32d89709548ad9277f020ad514d885c0900829157cb06f8103c85.json
        3/9:	http://repo.packagist.org/p/provider-2019-10$cbddcbfeacac08859a0a5857d8d90ecf29ce68f377a0fe0dc7a8dbb19f0590f7.json
        4/9:	http://repo.packagist.org/p/provider-latest$b59aa7040a3ba54d3ed7fa4b2d477f550fa64091686b7dcd845d14ee376fc59d.json
        5/9:	http://repo.packagist.org/p/provider-2019-07$e5651bf060d52b2099b2726f5cde91e3df24908c2463f80102614f98ee3338bb.json
        6/9:	http://repo.packagist.org/p/provider-2016$4251c4df5b821a78f31e93ba888f97fa4432050007c9f40ba660655eae943e05.json
        7/9:	http://repo.packagist.org/p/provider-2020-01$eb99d5a1077e75bc3bdc8217b8ad8b630c42a524682748fde7146bb4c7712779.json
        8/9:	http://repo.packagist.org/p/provider-2018$cfe77a38637a9f81a75b57bdef6f7d55beff65963e0439c352c9d9077cc4ffe8.json
        9/9:	http://repo.packagist.org/p/provider-2017$35bfc0dced14abe59013aa55b336daddb4825bee49e385c8054ce6b4a8a9e9d0.json
        Finished: success: 9, skipped: 0, failure: 0, total: 9
    Using version ^0.6.0 for davidhsianturi/laravel-compass
    ./composer.json has been updated
    Loading composer repositories with package information
    Updating dependencies (including require-dev)
    Your requirements could not be resolved to an installable set of packages.
    
      Problem 1
        - davidhsianturi/laravel-compass v0.6.0 requires mpociot/documentarian ^0.3.0 -> satisfiable by mpociot/documentarian[0.3.0].
        - Installation request for davidhsianturi/laravel-compass ^0.6.0 -> satisfiable by davidhsianturi/laravel-compass[v0.6.0].
        - Conclusion: remove laravel/framework v7.3.0
        - Conclusion: don't install laravel/framework v7.3.0
        - mpociot/documentarian 0.3.0 requires illuminate/view 5.*|^6.0 -> satisfiable by illuminate/view[5.0.x-dev, 5.1.x-dev, 5.2.x-dev, 5.3.x-dev, 5.4.x-dev, 5.5.x-dev, 5.6.x-dev, 5.7.17, 5.7.18, 5.7.19, 5.7.x-dev, 5.8.x-dev, 6.x-dev, v5.0.0, v5.0.22, v5.0.25, v5.0.26, v5.0.28, v5.0.33, v5.0.4, v5.1.1, v5.1.13, v5.1.16, v5.1.2, v5.1.20, v5.1.22, v5.1.25, v5.1.28, v5.1.30, v5.1.31, v5.1.41, v5.1.6, v5.1.8, v5.2.0, v5.2.19, v5.2.21, v5.2.24, v5.2.25, v5.2.26, v5.2.27, v5.2.28, v5.2.31, v5.2.32, v5.2.37, v5.2.43, v5.2.45, v5.2.6, v5.2.7, v5.3.0, v5.3.16, v5.3.23, v5.3.4, v5.4.0, v5.4.13, v5.4.17, v5.4.19, v5.4.27, v5.4.36, v5.4.9, v5.5.0, v5.5.16, v5.5.17, v5.5.2, v5.5.28, v5.5.33, v5.5.34, v5.5.35, v5.5.36, v5.5.37, v5.5.39, v5.5.40, v5.5.41, v5.5.43, v5.5.44, v5.6.0, v5.6.1, v5.6.10, v5.6.11, v5.6.12, v5.6.13, v5.6.14, v5.6.15, v5.6.16, v5.6.17, v5.6.19, v5.6.2, v5.6.20, v5.6.21, v5.6.22, v5.6.23, v5.6.24, v5.6.25, v5.6.26, v5.6.27, v5.6.28, v5.6.29, v5.6.3, v5.6.30, v5.6.31, v5.6.32, v5.6.33, v5.6.34, v5.6.35, v5.6.36, v5.6.37, v5.6.38, v5.6.39, v5.6.4, v5.6.5, v5.6.6, v5.6.7, v5.6.8, v5.6.9, v5.7.0, v5.7.1, v5.7.10, v5.7.11, v5.7.15, v5.7.2, v5.7.20, v5.7.21, v5.7.22, v5.7.23, v5.7.26, v5.7.27, v5.7.28, v5.7.3, v5.7.4, v5.7.5, v5.7.6, v5.7.7, v5.7.8, v5.7.9, v5.8.0, v5.8.11, v5.8.12, v5.8.14, v5.8.15, v5.8.17, v5.8.18, v5.8.19, v5.8.2, v5.8.20, v5.8.22, v5.8.24, v5.8.27, v5.8.28, v5.8.29, v5.8.3, v5.8.30, v5.8.31, v5.8.32, v5.8.33, v5.8.34, v5.8.35, v5.8.36, v5.8.4, v5.8.8, v5.8.9, v6.0.0, v6.0.1, v6.0.2, v6.0.3, v6.0.4, v6.1.0, v6.10.0, v6.11.0, v6.12.0, v6.13.0, v6.13.1, v6.14.0, v6.15.0, v6.15.1, v6.16.0, v6.17.0, v6.17.1, v6.18.0, v6.18.1, v6.18.2, v6.18.3, v6.2.0, v6.3.0, v6.4.1, v6.5.0, v6.5.1, v6.5.2, v6.6.0, v6.6.1, v6.6.2, v6.7.0, v6.8.0].
        - don't install illuminate/view 5.0.x-dev|don't install laravel/framework v7.3.0
        - don't install illuminate/view 5.1.x-dev|don't install laravel/framework v7.3.0
        - don't install illuminate/view 5.2.x-dev|don't install laravel/framework v7.3.0
        - don't install illuminate/view 5.3.x-dev|don't install laravel/framework v7.3.0
        - don't install illuminate/view 5.4.x-dev|don't install laravel/framework v7.3.0
        - don't install illuminate/view 5.5.x-dev|don't install laravel/framework v7.3.0
        - don't install illuminate/view 5.6.x-dev|don't install laravel/framework v7.3.0
        - don't install illuminate/view 5.7.17|don't install laravel/framework v7.3.0
        - don't install illuminate/view 5.7.18|don't install laravel/framework v7.3.0
        - don't install illuminate/view 5.7.19|don't install laravel/framework v7.3.0
        - don't install illuminate/view 5.7.x-dev|don't install laravel/framework v7.3.0
        - don't install illuminate/view 5.8.x-dev|don't install laravel/framework v7.3.0
        - don't install illuminate/view 6.x-dev|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.0.0|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.0.22|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.0.25|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.0.26|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.0.28|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.0.33|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.0.4|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.1.1|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.1.13|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.1.16|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.1.2|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.1.20|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.1.22|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.1.25|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.1.28|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.1.30|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.1.31|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.1.41|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.1.6|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.1.8|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.2.0|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.2.19|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.2.21|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.2.24|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.2.25|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.2.26|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.2.27|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.2.28|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.2.31|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.2.32|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.2.37|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.2.43|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.2.45|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.2.6|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.2.7|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.3.0|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.3.16|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.3.23|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.3.4|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.4.0|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.4.13|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.4.17|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.4.19|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.4.27|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.4.36|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.4.9|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.5.0|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.5.16|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.5.17|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.5.2|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.5.28|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.5.33|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.5.34|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.5.35|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.5.36|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.5.37|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.5.39|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.5.40|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.5.41|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.5.43|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.5.44|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.0|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.1|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.10|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.11|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.12|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.13|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.14|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.15|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.16|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.17|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.19|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.2|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.20|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.21|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.22|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.23|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.24|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.25|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.26|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.27|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.28|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.29|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.3|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.30|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.31|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.32|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.33|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.34|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.35|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.36|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.37|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.38|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.39|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.4|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.5|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.6|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.7|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.8|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.6.9|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.7.0|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.7.1|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.7.10|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.7.11|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.7.15|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.7.2|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.7.20|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.7.21|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.7.22|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.7.23|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.7.26|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.7.27|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.7.28|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.7.3|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.7.4|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.7.5|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.7.6|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.7.7|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.7.8|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.7.9|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.0|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.11|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.12|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.14|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.15|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.17|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.18|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.19|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.2|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.20|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.22|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.24|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.27|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.28|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.29|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.3|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.30|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.31|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.32|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.33|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.34|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.35|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.36|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.4|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.8|don't install laravel/framework v7.3.0
        - don't install illuminate/view v5.8.9|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.0.0|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.0.1|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.0.2|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.0.3|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.0.4|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.1.0|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.10.0|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.11.0|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.12.0|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.13.0|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.13.1|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.14.0|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.15.0|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.15.1|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.16.0|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.17.0|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.17.1|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.18.0|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.18.1|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.18.2|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.18.3|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.2.0|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.3.0|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.4.1|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.5.0|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.5.1|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.5.2|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.6.0|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.6.1|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.6.2|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.7.0|don't install laravel/framework v7.3.0
        - don't install illuminate/view v6.8.0|don't install laravel/framework v7.3.0
        - Installation request for laravel/framework (locked at v7.3.0, required as ^7.0) -> satisfiable by laravel/framework[v7.3.0].
    
    
    Installation failed, reverting ./composer.json to its original content.
    
    opened by PoTHuYJoHN 3
  • quality of life improvements

    quality of life improvements

    I'm glad to see this project is receiving ongoing development.

    I just updated to 0.5.0 and here are some things I noticed.

    First, I really appreciate the new Auth Tabs.. they are very useful since I use JWT auth for my endpoints so it was quite easy to create a new console command that outputs the JWT token that I can then plug into the auth tab in Compass. I appreciate that this can be saved too. I guess it would be even nicer if this process could be even more automated, for example I could type jwt:22 and add a custom method somewhere call compass_auth_jwt($userId) and this method would accept the userId (22) in this case and return the token. This would be good to avoid having to manually generate the token every time, especially in the case of rapidly expiring tokens

    Another thing that is badly missing, and I see this has not only been requested but someone even submitted a PR, is the ability to specify a middleware or gate. This should be a pretty easy thing to add, plus someone's already done the ground work (or all of the work). Not everyone wants to use this only in a dev/local environment. This is a minor change that adds much needed security and flexibility in how we use this package.

    Another thing, I just updated to 0.5 and I republished all the assets, but I noticed that the Compass dashboard still says 0.4.1. Not sure if you forgot to update the version or if the republishing of the assets somehow failed?

    Two quality of life improvements I would really like to see is a) add a little search filter in the left column to filter by string. I have over 200 endpoints and it's quite difficult to manage.

    Secondly, let us create our own groups. I like that you auto-create groups based on url, but I don't fully agree with how that works and would like to be able to create my own custom groups. It would also be nice to be able to reorder these groups. There are many groups that I don't want to hide completely but are of much less importance and will rarely be tested so I'd rather have those at the bottom. As an example of what I'm describing, I have over 100 endpoints that all start with /api and so you've created a group for Api and then nothing is grouped under there. I would create multiple sub-groups, or top level groups for those endpoints.. those are the main endpoints I want to test.

    opened by vesper8 3
  • Basic implementation of uri/name exclusions

    Basic implementation of uri/name exclusions

    I through together a quick example of uri exclusions based on #6 it works but could use a little tidying up. I also didn't have a chance to write tests for it unfortunately but this should help push #6 forward

    opened by eNzyOfficial 3
  • Question: What is the purpose of compass:build?

    Question: What is the purpose of compass:build?

    If all requests are retrieved from the route facade, what is the purpose of building the docs with php artisan compass:build? How should i merge custom descriptions in markdown files with the current routes?

    opened by railken 3
  • Bump axios from 0.24.0 to 1.2.2

    Bump axios from 0.24.0 to 1.2.2

    Bumps axios from 0.24.0 to 1.2.2.

    Release notes

    Sourced from axios's releases.

    1.2.2

    [1.2.2] - 2022-12-29

    Fixed

    • fix(ci): fix release script inputs #5392
    • fix(ci): prerelease scipts #5377
    • fix(ci): release scripts #5376
    • fix(ci): typescript tests #5375
    • fix: Brotli decompression #5353
    • fix: add missing HttpStatusCode #5345

    Chores

    • chore(ci): set conventional-changelog header config #5406
    • chore(ci): fix automatic contributors resolving #5403
    • chore(ci): improved logging for the contributors list generator #5398
    • chore(ci): fix release action #5397
    • chore(ci): fix version bump script by adding bump argument for target version #5393
    • chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 #5342
    • chore(ci): GitHub Actions Release script #5384
    • chore(ci): release scripts #5364

    Contributors to this release

    v1.2.1

    [1.2.1] - 2022-12-05

    Changed

    • feat(exports): export mergeConfig #5151

    Fixed

    • fix(CancelledError): include config #4922
    • fix(general): removing multiple/trailing/leading whitespace #5022
    • fix(headers): decompression for responses without Content-Length header #5306
    • fix(webWorker): exception to sending form data in web worker #5139

    Refactors

    • refactor(types): AxiosProgressEvent.event type to any #5308
    • refactor(types): add missing types for static AxiosError.from method #4956

    Chores

    • chore(docs): remove README link to non-existent upgrade guide #5307
    • chore(docs): typo in issue template name #5159

    Contributors to this release

    ... (truncated)

    Changelog

    Sourced from axios's changelog.

    [1.2.2] - 2022-12-29

    Fixed

    • fix(ci): fix release script inputs #5392
    • fix(ci): prerelease scipts #5377
    • fix(ci): release scripts #5376
    • fix(ci): typescript tests #5375
    • fix: Brotli decompression #5353
    • fix: add missing HttpStatusCode #5345

    Chores

    • chore(ci): set conventional-changelog header config #5406
    • chore(ci): fix automatic contributors resolving #5403
    • chore(ci): improved logging for the contributors list generator #5398
    • chore(ci): fix release action #5397
    • chore(ci): fix version bump script by adding bump argument for target version #5393
    • chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 #5342
    • chore(ci): GitHub Actions Release script #5384
    • chore(ci): release scripts #5364

    Contributors to this release

    [1.2.1] - 2022-12-05

    Changed

    • feat(exports): export mergeConfig #5151

    Fixed

    • fix(CancelledError): include config #4922
    • fix(general): removing multiple/trailing/leading whitespace #5022
    • fix(headers): decompression for responses without Content-Length header #5306
    • fix(webWorker): exception to sending form data in web worker #5139

    Refactors

    • refactor(types): AxiosProgressEvent.event type to any #5308
    • refactor(types): add missing types for static AxiosError.from method #4956

    Chores

    • chore(docs): remove README link to non-existent upgrade guide #5307
    • chore(docs): typo in issue template name #5159

    Contributors to this release

    ... (truncated)

    Commits
    • 8ea4324 chore(docs): added latest release notes
    • 45c4948 chore: build new version
    • 6f74cb1 chore(ci): set conventional-changelog header config; (#5406)
    • 8de391f chore(ci): fix automatic contributors resolving; (#5403)
    • 341f735 chore(ci): improved logging for the contributors list generator;
    • 46085e6 chore(ci): fix release action;
    • f12d01e chore(ci): fix version bump script by adding bump argument for target version;
    • 75217e6 fix(ci): fix release script inputs;
    • c1fc33c chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2
    • 45b29db GitHub Actions Release script; (#5384)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    You can trigger a rebase of this PR by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump sass from 1.43.5 to 1.57.1

    Bump sass from 1.43.5 to 1.57.1

    Bumps sass from 1.43.5 to 1.57.1.

    Release notes

    Sourced from sass's releases.

    Dart Sass 1.57.1

    To install Sass 1.57.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

    Changes

    • No user-visible changes.

    See the full changelog for changes in earlier releases.

    Dart Sass 1.57.0

    To install Sass 1.57.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

    Changes

    • Add a split($string, $separator, $limit: null) function to sass:string that splits a string into separate substrings based on a separator string.

    JavaScript API

    • Potentially breaking bug fix: Custom functions in both the modern and legacy API now properly reject signatures with whitespace between the function name and parentheses.

    • Custom functions in the legacy API now allow signatures with whitespace before the function name, to match a bug in Node Sass.

    Dart API

    • Potentially breaking bug fix: Callable.fromSignature() and AsyncCallable.fromSignature() now reject signatures with whitespace between the function name and parentheses.

    See the full changelog for changes in earlier releases.

    Dart Sass 1.56.2

    To install Sass 1.56.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

    Changes

    Embedded Sass

    See the full changelog for changes in earlier releases.

    Dart Sass 1.56.1

    To install Sass 1.56.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

    ... (truncated)

    Changelog

    Sourced from sass's changelog.

    1.57.1

    • No user-visible changes.

    1.57.0

    • Add a split($string, $separator, $limit: null) function to sass:string that splits a string into separate substrings based on a separator string.

    JavaScript API

    • Potentially breaking bug fix: Custom functions in both the modern and legacy API now properly reject signatures with whitespace between the function name and parentheses.

    • Custom functions in the legacy API now allow signatures with whitespace before the function name, to match a bug in Node Sass.

    Dart API

    • Potentially breaking bug fix: Callable.fromSignature() and AsyncCallable.fromSignature() now reject signatures with whitespace between the function name and parentheses.

    1.56.2

    Embedded Sass

    1.56.1

    Embedded Sass

    • Importer results now validate that contents is actually a string and whether sourceMapUrl is an absolute URL.

    1.56.0

    • Potentially breaking change: To match the CSS spec, SassScript expressions beginning with not or ( are no longer supported at the beginning of parenthesized sections of media queries. For example,

      @media (width >= 500px) and (not (grid))
      

      will now be emitted unchanged, instead of producing

    ... (truncated)

    Commits
    • 5522c17 Run "dart pub upgrade" rather than "pub upgrade" (#1851)
    • 4349769 Create dependabot.yml (#1849)
    • 100f76f Implement string.split() (#1839)
    • 236b83f Delete dev dependency on Sass when releasing the embedded compiler (#1850)
    • 641d8e1 Be strict about whitespace in custom functions (#1848)
    • e87176a Add a factory method for creating host callable (#1829)
    • 790eb8a Update CHANGELOG for embedded-host-node fixes (#1828)
    • f3293db JS API: Validate that importer result 'contents' is a string and improve Ar...
    • 00c3517 Make `cloneCss() clone modules that transitively contain CSS (#1824)
    • 44d6bb6 Add full support for Media Queries 4 (#1822)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    You can trigger a rebase of this PR by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
  • Bump express from 4.17.1 to 4.18.2

    Bump express from 4.17.1 to 4.18.2

    Bumps express from 4.17.1 to 4.18.2.

    Release notes

    Sourced from express's releases.

    4.18.2

    4.18.1

    • Fix hanging on large stack of sync routes

    4.18.0

    ... (truncated)

    Changelog

    Sourced from express's changelog.

    4.18.2 / 2022-10-08

    4.18.1 / 2022-04-29

    • Fix hanging on large stack of sync routes

    4.18.0 / 2022-04-25

    ... (truncated)

    Commits

    Dependabot compatibility score

    You can trigger a rebase of this PR by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
    dependencies 
    opened by dependabot[bot] 0
  • Bump decode-uri-component from 0.2.0 to 0.2.2

    Bump decode-uri-component from 0.2.0 to 0.2.2

    Bumps decode-uri-component from 0.2.0 to 0.2.2.

    Release notes

    Sourced from decode-uri-component's releases.

    v0.2.2

    • Prevent overwriting previously decoded tokens 980e0bf

    https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2

    v0.2.1

    • Switch to GitHub workflows 76abc93
    • Fix issue where decode throws - fixes #6 746ca5d
    • Update license (#1) 486d7e2
    • Tidelift tasks a650457
    • Meta tweaks 66e1c28

    https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1

    Commits

    Dependabot compatibility score

    You can trigger a rebase of this PR by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
    dependencies 
    opened by dependabot[bot] 0
  • Bump loader-utils from 1.4.0 to 1.4.2

    Bump loader-utils from 1.4.0 to 1.4.2

    Bumps loader-utils from 1.4.0 to 1.4.2.

    Release notes

    Sourced from loader-utils's releases.

    v1.4.2

    1.4.2 (2022-11-11)

    Bug Fixes

    v1.4.1

    1.4.1 (2022-11-07)

    Bug Fixes

    Changelog

    Sourced from loader-utils's changelog.

    1.4.2 (2022-11-11)

    Bug Fixes

    1.4.1 (2022-11-07)

    Bug Fixes

    Commits

    Dependabot compatibility score

    You can trigger a rebase of this PR by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
    dependencies 
    opened by dependabot[bot] 0
  • Bump sass-loader from 12.3.0 to 13.2.0

    Bump sass-loader from 12.3.0 to 13.2.0

    Bumps sass-loader from 12.3.0 to 13.2.0.

    Release notes

    Sourced from sass-loader's releases.

    v13.2.0

    13.2.0 (2022-11-09)

    Features

    v13.1.0

    13.1.0 (2022-10-06)

    Features

    v13.0.2

    13.0.2 (2022-06-27)

    Bug Fixes

    v13.0.1

    13.0.1 (2022-06-24)

    Bug Fixes

    v13.0.0

    13.0.0 (2022-05-18)

    ⚠ BREAKING CHANGES

    • minimum supported Node.js version is 14.15.0 (#1048)
    • emit @warn at-rules as webpack warnings by default, if you want to revert behavior please use the warnRuleAsWarning option (#1054) (58ffb68)

    Bug Fixes

    • do not crash on importers for modern API (#1052) (095814e)
    • do not store original sass error in webpack error(#1053) (06d7533)

    v12.6.0

    12.6.0 (2022-02-15)

    ... (truncated)

    Changelog

    Sourced from sass-loader's changelog.

    13.2.0 (2022-11-09)

    Features

    13.1.0 (2022-10-06)

    Features

    13.0.2 (2022-06-27)

    Bug Fixes

    13.0.1 (2022-06-24)

    Bug Fixes

    13.0.0 (2022-05-18)

    ⚠ BREAKING CHANGES

    • minimum supported Node.js version is 14.15.0 (#1048)
    • emit @warn at-rules as webpack warnings by default, if you want to revert behavior please use the warnRuleAsWarning option (#1054) (58ffb68)

    Bug Fixes

    • do not crash on importers for modern API (#1052) (095814e)
    • do not store original sass error in webpack error(#1053) (06d7533)

    12.6.0 (2022-02-15)

    Features

    • added support for automatic loading of sass-embedded (#1025) (c8dae87)

    12.5.0 (2022-02-14)

    ... (truncated)

    Commits

    Dependabot compatibility score

    You can trigger a rebase of this PR by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    dependencies 
    opened by dependabot[bot] 0
Releases(v1.2.1)
  • v1.2.1(Jun 13, 2021)

    Changes

    • Allow host as a fallback domain when using variable domain (#162)

    πŸ“¦ Dependencies

    • Bump vue and vue-template-compiler (#166)
    • Bump sass-loader from 11.0.1 to 12.0.0 (#165)
    • Bump sass from 1.32.12 to 1.34.1 (#164)
    • Bump ws from 6.2.1 to 6.2.2 (#163)
    • Bump dns-packet from 1.3.1 to 1.3.4 (#160)
    • Bump browserslist from 4.16.0 to 4.16.6 (#159)
    • Bump lodash from 4.17.20 to 4.17.21 (#155)
    • Bump resolve-url-loader from 3.1.2 to 4.0.0 (#154)
    • Bump url-parse from 1.4.7 to 1.5.1 (#153)
    • Bump sass from 1.32.8 to 1.32.12 (#152)
    • Bump ssri from 6.0.1 to 6.0.2 (#149)
    • Bump sass-loader from 10.1.1 to 11.0.1 (#146)
    • Bump elliptic from 6.5.3 to 6.5.4 (#145)
    • Bump sass-loader from 10.1.1 to 11.0.1 (#143)
    • Bump sass from 1.32.7 to 1.32.8 (#144)
    • Bump sass-loader from 11.0.0 to 11.0.1 (#142)
    • Bump sass from 1.32.6 to 1.32.7 (#141)
    • Bump sass-loader from 10.1.1 to 11.0.0 (#139)
    • Bump sass from 1.32.5 to 1.32.6 (#140)
    • Bump vue-router from 3.4.9 to 3.5.1 (#138)
    • Bump sass from 1.32.4 to 1.32.5 (#137)
    • Bump sass-loader from 10.1.0 to 10.1.1 (#136)
    • Bump sass from 1.32.2 to 1.32.4 (#135)
    Source code(tar.gz)
    Source code(zip)
  • v1.2.0(Jan 12, 2021)

    Changes

    • Make the example response body editable (#133)

    πŸ“¦ Dependencies

    • Bump sass from 1.32.0 to 1.32.2 (#132)
    • Bump sass from 1.30.0 to 1.32.0 (#131)
    • Bump axios from 0.21.0 to 0.21.1 (#130)
    • Bump node-notifier from 8.0.0 to 8.0.1 (#128)
    Source code(tar.gz)
    Source code(zip)
  • v1.1.1(Dec 12, 2020)

    Changes

    • PHP 8 support (#123)

    πŸ“¦ Dependencies

    • Bump ini from 1.3.5 to 1.3.8 (#127)
    • Bump cross-env from 7.0.2 to 7.0.3 (#125)
    • Bump sass from 1.29.0 to 1.30.0 (#126)
    • Bump sass-loader from 10.0.5 to 10.1.0 (#124)
    • Bump vue-router from 3.4.8 to 3.4.9 (#119)
    • Bump laravel-mix from 5.0.7 to 5.0.9 (#121)
    • Bump sass-loader from 10.0.4 to 10.0.5 (#120)
    • Bump sass from 1.28.0 to 1.29.0 (#122)
    • Bump vue-router from 3.4.7 to 3.4.8 (#118)
    • Bump sass from 1.27.0 to 1.28.0 (#117)
    • Bump axios from 0.20.0 to 0.21.0 (#113)
    • Bump resolve-url-loader from 3.1.1 to 3.1.2 (#114)
    • Bump sass-loader from 10.0.2 to 10.0.4 (#116)
    • Bump vue-router from 3.4.6 to 3.4.7 (#111)
    • Bump tailwindcss from 1.8.13 to 1.9.4 (#112)
    • Bump tailwindcss from 1.8.10 to 1.8.13 (#110)
    • Bump vue-router from 3.4.5 to 3.4.6 (#108)
    • Bump laravel-mix from 5.0.5 to 5.0.7 (#106)
    • Bump sass from 1.26.11 to 1.27.0 (#107)
    Source code(tar.gz)
    Source code(zip)
  • v1.1.0(Oct 5, 2020)

    Changes

    • Add Laravel 8 support (#103)
    • Update Tailwind config file (#100)
    • Adding release drafter action (#84)

    πŸ“¦ Dependencies

    • Bump vue-router from 3.4.3 to 3.4.5 (#104)
    • Bump tailwindcss from 1.8.9 to 1.8.10 (#102)
    • Bump sass from 1.26.10 to 1.26.11 (#101)
    • Bump tailwindcss from 1.8.4 to 1.8.9 (#98)
    • Bump http-proxy from 1.18.0 to 1.18.1 (#96)
    • Bump tailwindcss from 1.7.6 to 1.8.4 (#94)
    • Bump sass-loader from 8.0.2 to 10.0.2 (#95)
    • Bump laravel-mix from 5.0.4 to 5.0.5 (#93)
    • Bump axios from 0.19.2 to 0.20.0 (#92)
    • Bump vue and vue-template-compiler (#91)
    • Bump tailwindcss from 1.2.0 to 1.7.6 (#87)
    • Bump sass-loader from 8.0.2 to 10.0.1 (#88)
    • Bump vue-router from 3.1.6 to 3.4.3 (#89)
    • Bump sass from 1.26.3 to 1.26.10 (#90)
    • Bump laravel-mix-purgecss from 5.0.0-rc.1 to 5.0.0 (#86)
    • Bump elliptic from 6.5.2 to 6.5.3 (#85)
    • Bump lodash from 4.17.15 to 4.17.19 (#83)
    Source code(tar.gz)
    Source code(zip)
  • v1.0.1(Jun 13, 2020)

  • v1.0.0(Apr 3, 2020)

  • v0.6.0(Mar 8, 2020)

  • v0.5.0(Feb 22, 2020)

  • v0.4.0(Dec 13, 2019)

  • v0.3.0(Nov 24, 2019)

  • v0.2.0(Nov 7, 2019)

  • v0.1.1(Oct 30, 2019)

Owner
David H. Sianturi
Software developer πŸ’š building for the web.
David H. Sianturi
Filament-spatie-laravel-activitylog - View your activity logs inside of Filament. ⚑️

View your activity logs inside of Filament. This package provides a Filament resource that shows you all of the activity logs created using the spatie

Ryan Chandler 45 Dec 26, 2022
A package that uses blade templates to control how markdown is converted to HTML inside Laravel, as well as providing support for markdown files to Laravel views.

Install Install via composer. $ composer require olliecodes/laravel-etched-blade Once installed you'll want to publish the config. $ php artisan vendo

Ollie Codes 19 Jul 5, 2021
A simple Laravel service provider for easily using HTMLPurifier inside Laravel

HTMLPurifier for Laravel 5/6/7/8 A simple Laravel service provider for easily using HTMLPurifier inside Laravel. From their website: HTML Purifier is

MeWebStudio - Muharrem ERΔ°N 1.7k Jan 6, 2023
Declare routes inside Laravel Livewire components.

Convoy This package allows you to declare routes inside of your full page Laravel Livewire components. All you have to do is create a route method ins

null 17 Jul 27, 2022
Declare database migrations and factory definitions inside Laravel models.

Lucid This package allows you to declare database migrations and factory definitions inside of your Laravel models. Running the lucid:migrate command

null 23 Jul 9, 2022
Bootstrap Theme Generator inside of a Wordpress-Settings-Page. Includes live compilation of SCSS!

Bootstrap-Theme-Generator Bootstrap Theme Generator enables you to choose which components of Bootstrap you want to load. It also gives you the possib

null 3 Aug 15, 2022
Generator-hedley - Scaffold a headless Drupal backend, Angular app client, and Behat tests

generator-hedley Scaffold a headless Drupal backend, Angular app client, and Behat tests Hedley is a yeoman generator that scaffolds a headless Drupal

null 99 Jun 3, 2022
A simple blog app where a user can signup , login, like a post , delete a post , edit a post. The app is built using laravel , tailwind css and postgres

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Nahom_zd 1 Mar 6, 2022
Laravel-OvalFi helps you Set up, test, and manage your OvalFi integration directly in your Laravel App.

OvalFi Laravel Package Laravel-OvalFi helps you Set up, test, and manage your OvalFi integration directly in your Laravel App. Installation You can in

Paul Adams 2 Sep 8, 2022
A web app for detecting backend technologies used in a web app, Based on wappalyzer node module

About Techdetector This a web fingerprinting application, it detects back end technologies of a given domain by using the node module wappalyzer. And

Shobi 17 Dec 30, 2022
CV-Resumes-App is helped us to build resume .. you can help me to improve this app...

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Eng Hasan Hajjar 2 Sep 30, 2022
Podcastwala - Your very own Podcast web app built with Laravel. Manage and listen to your favorite podcasts

Podcastwala Your very own Podcast web app built with Laravel 5. This web app enables you to manage RSS feeds for your favorite podcasts and listen to

null 142 Sep 14, 2022
Laravel User Activity Log - a package for Laravel 8.x that provides easy to use features to log the activities of the users of your Laravel app

Laravel User Activity Log - a package for Laravel 8.x that provides easy to use features to log the activities of the users of your Laravel app

null 9 Dec 14, 2022
REST API with auth using Laravel 8 and Sanctum

Laravel REST API with Sanctum This is an example of a REST API using auth tokens with Laravel Sanctum Usage Change the .env.example to .env and add yo

Brad Traversy 251 Dec 29, 2022
Builds nice, normalized and easy to consume REST JSON responses for Laravel powered APIs.

REST API Response Builder for Laravel Master branch: Development branch: Table of contents Introduction Why should I use it? Usage examples Features E

Marcin Orlowski 614 Dec 26, 2022
A suit of basic files samples to build a light-weight , short-handed & a strong Laravel REST API Applications.

Concerning Laravel. I found myself repeating a very basic form of code each time i begin a new REST API. in which the whole Interface's pieces are dev

Adnane Kadri 1 Nov 22, 2021
Fast and simple implementation of a REST API based on the Laravel Framework, Repository Pattern, Eloquent Resources, Translatability, and Swagger.

Laravel Headless What about? This allows a fast and simple implementation of a REST API based on the Laravel Framework, Repository Pattern, Eloquent R

Julien SCHMITT 6 Dec 30, 2022
Laravel API REST Skeleton Stack

Skeleton stack for API development. Based on Laravel 9 (stable) with Oauth2 API Authentication. Also uses Laravel's and 3'd party vendors.

Avangardist.pro 3 Feb 12, 2022
Backend application using Laravel 9.x REST APIs for games topup from digiflazz.com and payment gateway using xendit.co

TOPUP - Laravel 9.x REST API Documentation is still on progress. For now, you can fork this postman collection Installation Clone this project git clo

Muhammad Athhar Kautsar 46 Dec 17, 2022