GithubHelp home page GithubHelp logo

Comments (3)

jeremykenedy avatar jeremykenedy commented on September 27, 2024

NoT enough information to go off of.

from laravel-roles.

jeremykenedy avatar jeremykenedy commented on September 27, 2024

This look like it something within you app based on resources/views/layouts/app.blade.php:32.

from laravel-roles.

prescriptionlifeline avatar prescriptionlifeline commented on September 27, 2024

app.blade.php is unmodified from what Laravel Breeze installed:

https://raw.githubusercontent.com/laravel/breeze/v1.28.1/stubs/default/resources/views/layouts/app.blade.php

If you do a diff between the app.blade.php that I posted and the above you get this:

18c18
<         <div class="min-h-screen bg-gray-100 dark:bg-gray-900">
---
>         <div class="min-h-screen bg-gray-100">
23c23
<                 <header class="bg-white dark:bg-gray-800 shadow">
---
>                 <header class="bg-white shadow">

No doubt that's due to the fact that when you're installing Laravel Breeze you're asked if you want dark mode support or not. If you select "no", as I did, it presumably removes that line.

Laravel Breeze isn't some third party product either - it's an official Laravel product. But, then again, if you don't support php artisan tinker then I guess I shouldn't be surprised that you're not supporting Laravel Breeze either. Honestly, it's a wonder you even support Laravel at all if you're not going to provide support for any of their ancillary but just as official products. Maybe you should update your README.md to include a list of products you don't support so people don't waste their time trying your products out!

from laravel-roles.

Related Issues (20)

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.