I'm just trying to deploy my application and I just ran composer update on my server and I got the following error: In PackageManifest.php line 122: Undefined
I'm trying to create a relational database and this is the error i get SQLSTATE[HY000]: General error: 1005 Can't create table somedumbtable.meals (errno: 150
I deployed my laravel application in a shared hosting system and the application works fine, but every time I open the website for the first time in a new brows
Frameworks such as laravel and others require you place the csrf token in your HTML forms. However at the same time laravel comes by default with the VerifyCsrf
im new to laravel. so i just try to deploy app to heroku but seem it dont work correctly but when i run local at 127.0.0.1:8000 it work fine i already put Pro
When calling an edit function the prop mealService is passing null values and will not populate form fields with values. It looks like the controller isn't load
I created a Post and a Get Request, Looks like this: public function getAllCustomer() { $customer = \App\model\Customer::get(); return $view = View::m
i want to show the selected value to the select option, the value actually selected but cannot show that value on select option form. for example i have a 3 val
How to create custom authentication in laravel 8 with a preexisting table (but with table name Users_system not Users) and this table (Users_system) is full of
I want use "web3" and "walletconnect/web3-provider" package on vue & laravel 8. I install it by npm i --save web3 @walletconnect/web3-provider command and a
I deployed a standalone WebSocket server in google cloud. Following the laravel-websockets configuration, I can connect to my server when I go to <ip addres
I'm trying to combine two JS scripts into one file. One is a third-party library, and the other is some custom js. No matter how I specify the scripts in the mi
I try to work out a way to create a dev environment using docker and laravel. I have the following dockerfile: FROM php:7.1.3-fpm RUN apt-get update &&am
I have ecommerce laravel application. Laravel Framework 8.83.8 PHP v8.0.1 I have done php artisan config:cache php artisan route:cache php artisan view:cache
I'm upgrading my Laravel app to use MySQL 8.0.23 from 8.0.20, and I see an issue with WHERE clauses that produce unexpected results. SELECT * FROM guilds W
These are all optional fields, so will I have to write multiple queries with conditions or is there any way to handle this using Laravel? What will be the query
I am trying to get data from laravel api by fetching it. In postman it`s working even with authorization with sanctum. When I fetch with post method it gives: F
My application has a complex script that when some type of error happens it exceeds the maximum execution time instead of returning the error, that It's okay fo
I try use this code: @foreach($errors->all() as $error) <li>{!! $error !!}</li> @endforeac
I would like to rename a collection of uploaded files, but when I use addAllMediaFromRequest() I can't retrieve information from the files. In this example; I