Giter Club home page Giter Club logo

laravel-base's Introduction

๐Ÿ‘‹ Hi there! I'm Randall Wilk

I'm a full-stack web developer that specializes in the Laravel framework.

rawilk's github stats Top Languages

Favorite Tech

Tools, languages, and other things that I like to work with.

Dev tools & languages

PHP MySQL Laravel NPM TailwindCSS Vite CSS3 Shell Script Nginx Git

Software & tools

Google Chrome macOS PhpStorm DigitalOcean Spotify Ubuntu Alfred GitHub Apple

laravel-base's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar rawilk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

laravel-base's Issues

Cannot be installed

Bug description

When try to install the package it throws an exception:


  Class "App\Support\PermissionName" not found

  at vendor/rawilk/laravel-base/routes/admin-routes.php:24
     20โ–•                 ->group(function () {
     21โ–•                     Route::get('/', [Controllers\Admin\UsersController::class, 'index'])
     22โ–•                         ->name('index');
     23โ–•                     Route::get('/create', [Controllers\Admin\UsersController::class, 'create'])
  โžœ  24โ–•                         ->middleware('permission:' . PermissionName::USERS_CREATE)
     25โ–•                         ->name('create');
     26โ–•
     27โ–•                     Route::prefix('/{user}')->group(function () {
     28โ–•                         Route::get('/', [Controllers\Admin\UsersController::class, 'edit'])

      +22 vendor frames
  23  [internal]:0
      Illuminate\Foundation\Application::Illuminate\Foundation\{closure}(Object(Rawilk\LaravelBase\LaravelBaseServiceProvider))

      +5 vendor frames
  29  artisan:37
      Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

Steps to reproduce

  1. laravel new test-base
  2. composer require rawilk/laravel-base
  3. php artisan vendor:publish --provider="Rawilk\LaravelBase\LaravelBaseServiceProvider" --tag="laravel-base-config"
  4. php artisan laravel-base:install

Relevant log output

No response

Operating system

No response

Browser

No response

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.