I want to create a registration form in Laravel that the user can only register once in the registration section of the site during a period of several months,
So i'm using livewire and alpine.js, I am trying to stop the client from contacting the server so much when filling in input boxes (i already know you can use m
I have just installed akaunting (https://github.com/akaunting/akaunting) I wanted to add a Loans component, so I dupplicated everything from positions, but then
I've read all available solutions, but no chance. It always redirects to the 403 page with message (Invalid Signature). Here is my route : Auth::routes(['verify
We know that Laravel 8 and above has an Implicit Binding function on its routes. I have tried to create a controller resource with model name is QuestionHelper.
How to set onEachSide at controller level on laravel? on blade we use: {{ $records->onEachSide(2)->links() }} How this can be done at controller level?
I have a request : $comments = $post->comments()->with('replyComments:id,post_id,user_id,content,created_at,reply_comment_id')->orderBy('created_at', '
running into an issue with alpine js. First of all I have a master component that allows the user to switch between two tabs @props(['pages', 'blogs']) <div
<td><input type="checkbox" name="level_one[{{$loop->index}}][]" class="check" value="1"><input type="hidden" name="level_one[{{$loop->
convert the image into qr code
I'm trying to fix the pipeline and I get the following 2 warning $secretKeyString = new \java("java.lang.String", $secretKey); $pbbEncryptAES = new \java("my.c
I'm trying to fix the pipeline and I get the following 2 warning $secretKeyString = new \java("java.lang.String", $secretKey); $pbbEncryptAES = new \java("my.c
I'm having a really strange issue here. I have a user model (detailed below). It all works fine until I added the getReportsSharedAttribute function. When this
Currenty developing a project in Laravel and want to now which route should I write when for example the search bar appears in the navigation
I'm facing a strange behavior when trying to run my Laravel app using docker-compose. After starting the containers, if I try to visit my website URL I get the
Hi I am using Spaite package for roles and permissions. I am using UUID datatype. Everything works fine when used normal integer datatype. Now showing Following
window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag("consent", "default", { ad_storage: "Denied", analytics_storage:
Laravel Mix Version: 6.0.43 Node Version (node -v): 16.13.1 NPM Version (npm -v): 8.1.2 OS: Windows 10 21h2 Description: THIS IS HAPPENING ON A FRESH NEW INSTAL
Hey guys I come across this strange issue where if I use the foreach it does not generate a unique random number wheres if I use laravel funct
I'm learning Laravel from Laracasts videos and so far I've made simple blog with 4 posts that are dynamic but only 2 of them when I click on the name of the pos