Code Monkey home page Code Monkey logo

hydrofon's People

Contributors

dependabot[bot] avatar laravel-shift avatar mikaeljorhult avatar stylecibot avatar

Stargazers

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

Watchers

 avatar  avatar

hydrofon's Issues

Wrong Validator when registering new user

Hello again,

Pretty much fresh install (no mods to this module), but experiencing the following error when trying to register a new user.

App\Http\Controllers\Auth\RegisterController::validator(): Return value must be of type Illuminate\Support\Facades\Validator, Illuminate\Validation\Validator returned

On line 58 of the RegisterController. The comment above does specify that you are returning a Illuminate\Validation\Validator model. I tried subbing out the library calls and it came back undefined.

Thanks for the help!

How To Create an Admin User

Hey @mikaeljorhult, congratulations on this project, it looks fantastic.

I hadn't heard of Laravel and so have spent the evening researching how to get this up and running... it took a while, but I have something! It connects with a MySQL database (at least for users) and runs a PHP Server on Ubuntu.

Screenshot 2022-01-31 at 23 32 03

I can only see my User and the Book tab, which is greatly reduced from your screenshot. Is this a database issue, or just what a non-admin would see?

If it's the latter, how do I create an admin account, so that I can start adding Resources?

Booking refresh crashes

@mikaeljorhult, hello again!

thank you for this great repo!

another thing that leads to crush

In bookings list there is a refresh button (i guess for ongoing bookings that are not checked in)

screenshot_hydrofon_booking_refresh

if i click on it, i get
screenshot_hydrofon_booking_refresh_2

looks like some values are not delivered to update command

Undefined variable $resourcesOptions

Hi @mikaeljorhult, thank you for this project it looks awesome

I am not good at php and i have a problem

When trying to create booking i get an error "Undefined variable $resourcesOptions"

screenshot_hydrofon

Am i doing something wrong?

i think it is located in hydrofon\resources\views\bookings\create.blade.php

Flags Error on fresh install

First, this release is awesome! It looks beautiful and has many of the features I'm looking for in an equipment booking system. So thank you for releasing it!

After a fresh install, I was perusing the capabilities and clicking on the Resources tab resulted in a error:
could not find driver
SELECT "name", "abbr" FROM "flags"

from line 48 of the Resources controller:
$filterFlags = Flag::pluck('name', 'abbr');

After looking at the Flags model, I don't see a protected $fillable declaration, just the rows array. So this could be a lead. I did try to add the $fillable list and migrate but that didn't solve the issue.

Any help would be appreciated!

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.