Skip to main content

Questions tagged [laravel]

The Laravel framework is an open-sourced PHP web framework that allows developers to create dynamic and scalable web applications. The source code of Laravel is hosted on GitHub and released under the MIT license.

laravel
0 votes
0 answers
9 views

How to fix the laravel breeze styling not working?

I'm using laravel breeze in my eCommerce laravel project, but the styling is not working. I have tried many solutions but still the same. Should I install a tailwind package or what? here is my app....
Pierre Sameh's user avatar
0 votes
0 answers
10 views

PHPUnit - Error: Call to a member function addContext() on null

When I run tests in GitHub worklfow action on my Laravel project, I get this error from all PHPUnit tests: Error: Call to a member function addContext() on null The addContext() function is not my ...
netdjw's user avatar
  • 5,855
0 votes
0 answers
13 views

Sponzy Script fix

The payout_method.blade.php need to be altered in the Sponzy script. the way the Sponzy script payout_method.blade.php looks like now is someone is trying to do money laundering the way the blade ...
lenard blanks's user avatar
-1 votes
0 answers
9 views

Couldnt connect railway's mysql database with railway's laravel project

I created mysql in railway deployed laravel project. I replaced app url, database name, port, host name. Bu still showing this in mysql.enter image description hereenter image description here ...
SAGOR SARKER CE19004's user avatar
0 votes
1 answer
17 views

I get error after installation of laravel through HERD

I have installed laravel using HERD but when i go http://127.0.0.1:8000/ to view the installation i get the below error. I have tried to use both mysql and sqlite. It seems to me as though a table has ...
e-Tester's user avatar
0 votes
0 answers
26 views

How can I change the method of a laravel request from GET to POST?

In the middleware for a Laravel 10 app I have CAS authentication. When I call cas()->checkAuthentication() there is a chance that the call will go to the campus authentication server and be ...
Califer's user avatar
  • 528
0 votes
0 answers
9 views

How to Directly Set SMTP Credentials in Laravel Mailer Without Using Config Values?

I'm working on a Laravel project where I need to send emails with different SMTP credentials for each email. Instead of setting these credentials in the configuration files, I want to directly pass ...
Jebin Joseph's user avatar
0 votes
0 answers
25 views

Value change from db when called by api

I'm experiencing an issue with retrieving data from my database through an API call. I have a table in my database where the id column contains alphanumeric values, which are mechanographic codes for ...
Fabio Pisani's user avatar
0 votes
0 answers
10 views

How to export data from route/web.php into controller function - Laravel

When i use redirect() method, i can use like return redirect() -> route('name') -> with('data', 'value') But, how can i use 'with' method on route file? I want like this: Route::name('Register') ...
Zain Hibattulloh's user avatar
1 vote
1 answer
16 views

How to write a Checkbox with terms in laravel

I have the Sponzy script written in Laravel and for ccbill to allow me to accept credit card i have to add a checkbox for the creator to accept the performers consent. I know who to get the checkbox ...
lenard blanks's user avatar
0 votes
0 answers
22 views

Vite manifest not found Exception

My application was working normally until yesterday morning. Since this morning I have encountered this problem and unfortunately all my attempts to resolve it have yielded nothing. My laravel version ...
simplice wambe's user avatar
0 votes
0 answers
17 views

laravel to use tailwind classes on all my pages

It is a small laravell app, I modified the tailwind.config.js file like this: export default { darkMode: 'class',="dark"> and the app.blade.php file like this: <html lang="{{ ...
kelbal's user avatar
  • 5
0 votes
3 answers
47 views

Check if an UUID exists in Table A or Table B using Validation Rules (Laravel Validation)?

In my Laravel application, I would like to check wether the value of the field uuid is present in table courses or in table contingents using validation rules. The UUID must be present in one of the ...
Gentlebeer ツ's user avatar
0 votes
0 answers
16 views

Trying to get data from Odoo using PHP/Laravel-9 using RIPCORD need help and guidance

0 I am not even able to authenticate using via ripcord enter image description here This is the error I am getting Is there anyone who can help me to resolve this issue quickly please. I am using ...
Osama Ahmed Momin's user avatar
0 votes
0 answers
13 views

Troubleshooting '400 Bad Request' Error in Mailchimp addStoreProduct API Call

`public function test() { require_once '.././././vendor/autoload.php'; $client = new \MailchimpMarketing\ApiClient(); $client->setConfig([ 'apiKey' => env('MAILCHIMP_APIKEY'), 'server' =&...
Mária Ambrus's user avatar

15 30 50 per page
1
2 3 4 5
14158