I want Change My Storage Path in laravel 9
My All Uploading Files Are saved in Project/Storage/App But I want to save in cdn.myproject.com/files/ How i can do it please guide me Thank you
My All Uploading Files Are saved in Project/Storage/App But I want to save in cdn.myproject.com/files/ How i can do it please guide me Thank you
I would like to exclude the weekends or the disabled days in calculating the selected days. how can i do that, I'm using Datepicker bootstrap also my framework is laravel. <div class="input-group input-date range"> <input type="text" class="form-control" id="from" value=""/> …
I want to make a button that gives a reminder (message) when pressed, but the button did not work. the button's code is in the master page (i wrote the remaining two pages in the comments because when I wrote…
I have a laravel crud with relations. but when i want to load the page some table rows dont have a value. and this gives the error: 'Attempt to read property "name" on null' But how do i ignore this…
This is my project that uses the old package and I trying to set up for development to update some feature functions When running npm install I am getting the error message. I use the Laravel 5.8 Node v18.10.0 npm…
I have a field called language in my table submission. Here the different user has submitted their problem with different language such as java(56) 5 times, CPP(45) 7 times, and python(71) 10 times. I want to have a query in…
I'm having some problems with this message" The POST method is not supported for this route. Supported methods: GET, HEAD.". I'm building a laravel + vue post app, but I'm not being able to make it work, I don't know…
how can I sort by related column in laravel lighthouse graphql? For example, I have Products that have One Category but I can't SortBy Category. How can I do that? GraphQL getProducts(orderBy: _ @orderBy): [Product!]! @all type Product { id:…
I want to build a formular in laravel. My form blade php: <x-app-layout> <x-slot name="header"> <h2 class="font-semibold text-xl text-gray-800 leading-tight"> {{ __('Posting') }} </h2> </x-slot> <div class="py-12"> <div class="max-w-7xl mx-auto sm:px-6 lg:px-8"> <div class="bg-white overflow-hidden shadow-sm sm:rounded-lg"> <div class="container"> <div…
I'm trying to import jQuery in my Laravel 9 project, which I installed with npm i jquery I'm getting Uncaught ReferenceError: $ is not defined in my app.blade.php <!doctype html> <html lang="{{ str_replace('_', '-', app()->getLocale()) }}"> <head> <meta charset="utf-8"> <meta…