laravel tag

128 questions


1 answers
33 views
0
Laravel Components Print Blank

In Laravle 7, in the output of the common display by the component.There will be extra spaces before and after the component display.app/Views/Components/SiteTitle.phpclass SiteTitle extensions Compon...

2 years ago

1 answers
47 views
0
Using Variables in Ravel 5.1 404.blade.php

I am trying to display /views/errors/404.blade.php when you access a URL that does not have a route configured in routes.php, but Is it possible to use the controller?I would like to display the varia...

2 years ago

1 answers
149 views
0
Understanding CORS Policy Errors for Preflight Requests

Developed API in Laravel (5.7.0) and client-side applications in Angular (CLI 7.3.7).Domainis Angular: example.com Ravel: api.example.comand subdomain type.serveris xserver.The Angular app is that re...

2 years ago

1 answers
47 views
0
I want to change the PHP version for development with Docker+Ubuntu+Lavel.

I am currently trying to develop a web application on Ravel sail.The environment is Docker+Ubuntu, but it does not match the PHP version of the rental server I rent, so I would like to lower the PHP v...

2 years ago

2 answers
43 views
0
Ravel, alternative to "belongsTo" method when PHP has a large number of data

Developing using Ravel.The belongsTo method is used to retrieve table data, but it takes about 4 minutes for $datas to retrieve 10,000 counts of data.Do you know how to replace the belongsTo method wh...

2 years ago

1 answers
45 views
0
Error in Content-Length Header Configuration

I have no experience with the server, and I have to use the progress bar to get the communication status, so to get the data capacity To resolve this issue by setting the Content-Length header, we edi...

2 years ago

1 answers
82 views
0
Google authentication using Ravel's Socialite does not redirect successfully when you select a Google account and log in.

There seems to be no problem until authentication, but the redirect destination after authentication says, I can't access this site.There is no particular error indication.Please teach me.Environment:...

2 years ago

1 answers
45 views
0
About Ravel Relationships

If there are three tables in laravel, If you want to display the department name (section_name) when you print a list of reports.What should I do?▼Company vehicle report tableCarReportreport_idcar_id...

2 years ago

1 answers
43 views
0
Mail not sent after completing Ravel 5.2 form

<?php namespace App\Http\Controllers;useApp\Http\Requests;useApp\Http\Controllers\Controllers;use Illuminate\Http\Request;use Illuminate\Contracts\Mail\Mailer;use Illuminate\Mail\Message;use Sessio...

2 years ago

1 answers
144 views
0
How to upload a file to Firebase storage using PHP (Larvel) and obtain its public URL

Using the following libraries in Ravel, I have confirmed that the file can be uploaded to Firebase storage.https://github.com/kreait/laravel-firebaseOfficial Documentationhttps://firebase-php.readthed...

« - 7 - »

© 2024 OneMinuteCode. All rights reserved.