Laravel

Application Roles and Switching Functionality for Superadmin and Tenants

My application features three roles: the main role is superadmin, and each tenant has two roles: admin and user. When logged in as a superadmin, I can view all tenants on the superadmin dashboard. Each tenant dashboard includes a switch button. Clicking this button allows me to seamlessly switch to...
exasad
Posted by exasad
3 days ago.
0
18
Laravel

Flutter Laravel Complete Authentication

Hello, I purchased the premi package to study flutter with laravel, I would like to know how to do the laravel flutter registration method with image upload using DIO.
joaorobertovelozo
Posted by joaorobertovelozo
3 months ago.
0
304
Vue.js

show the results in a modal on the meilisearch course

Hi, Hope you can help out. I finished the Meilisearch course (@alex thanks again for the great course) and integrated it within the Starterkit course. I would like to have the search results in a modal (just like codecourse.com :-) ) . Everything works fine, but the results aren't "clickable" becau...
Arjan
Posted by Arjan
4 months ago.
0
238
Inertia

Handle payment failed in Laravel Cashier

Hey Alex and community, How would you handle payment failed when using Laravel/InertiaJS? Any course on codecourse or online reference? So far, I have this plan: - Add a new middleware to check for $user->hasIncompletePayment() - If user has incomplete payment (or past_due status), I redirect the...
BilalHaidar
Posted by BilalHaidar
4 months ago.
0
251
Laravel

tenancyforlaravel showing /tenancy/assets not found

I'm using tenancyforlaravel package When I build my project on the server it show `GET https://webstore.trekntread.com/tenancy/assets/build/assets/app-52d13dc5.css net::ERR_ABORTED 404 (Not Found)` how can I solve this problem?
polash
Posted by polash
5 months ago.
0
214
Laravel

Testing invoice PDF generation

Hello, I am running into a strange issue with a failing test. Error: ``` Unable to find a file or directory at path ``` The test: (I have slimmed it down) ``` test('a PDF is generated when an invoice is created', function () { Storage::fake(); // create a user with it's roles and perm...
Haz
Posted by Haz
8 months ago.
0
268
General discussion

Please make a Learning Management System (LMS) website using laravle inertia or vue

I am writing to request assistance in setting up a Learning Management System (LMS) website. I believe an LMS platform will greatly benefit us
polash
Posted by polash
8 months ago.
0
197
Guides

Operative Bash - Simplify Your Server Management

Hi, Codecourse community! I wanted to share an exciting project that I recently created with all of you. It's called Operative Bash, a collection of bash scripts designed to simplify server management tasks. Here's what you can do with Operative Bash: - Set up everything you might need for a Lara...
setkyarwalar
Posted by setkyarwalar
10 months ago.
0
242
Livewire

livewire render problem

i have a problem when i use my component for google AddressAutocomplete somthing like that in the component : @if($show) <x:google-address-lookup wire:model="address"/> @endif and i whant only when the use click on fuction and make show = true, and then i whant to show the google-address-lookup in...
hizone
Posted by hizone
1 year ago.
0
288