-
I've been using this method of checking for role `Auth::user()->hasRole('admin')`, throughout my `layout` and `view` files.
It was only until I installed `Laravel Debugbar` that I realise there wer…
-
**Getting userid null after successful login**
It was working fine before after upgrading laravel its logging users but storing userid to null.
![Selection_020](https://user-images.githubuserc…
-
Am using the dingo package specifically [https://github.com/francescomalatesta/laravel-api-boilerplate-jwt](https://github.com/francescomalatesta/laravel-api-boilerplate-jwt) here is my tracker config…
-
Hello. Thank you for this great package.
I installed the tracker, everything went smooth.
But when I go to /stats page it is not showing any data. All sections are empty.
When I check the da…
-
Hi.
I'm not sure, how to use the acl blade extensions and I had to enable them manually? If i use something like:
```
@role('admin|moderator')
// content allowed for admin's only
@endrole
```
.…
-
### Laravel Mastery Roadmap
### [Roadmap Link](https://roadmap.sh/r/laravel-roadmap-vf965)
# Laravel Mastery Roadmap
## Introduction to Laravel
- What is Laravel?
- History of Laravel
…
-
**Describe the bug**
In blade templates you use aliases of facades like `{{ Auth::check() }}` that cause exceptions like `Class "Auth" not found` when project discourages usage of aliases.
**To …
-
**Describe the bug**
[2019-03-06 15:55:18] production.ERROR: Creating default object from empty value {"exception":"[object] (ErrorException(code: 0): Creating default object from empty value at /pub…
-
Hi there
I'm going to build an Admin Panel for laravel-acl. Is there anyone who could show the route and split the job into parts, as I'm new to this ACL package. Already there is one volunteer @tesla…
elrco updated
8 years ago
-
Currently, the only way to specify an image for the logo module is to upload one. There should be an option to select from already uploaded images or specify an external URL.