Relative Content

Tag Archive for laravel

Infinity free php my admin not working for me

when im trying to use phpmyadmin for import my file it shows, ‘connect now’, when i click it, it redirects me to https://php-myadmin.net/db_structure.php?db=, and shows This page isn’t working php-myadmin.net redirected you too many times. [Try deleting your cookies] ERR_TOO_MANY_REDIRECTS

Laravel Hot file automatically created

I ran NPM run dev and inside the public folder is a file called “hot”. I read that this file needs to be deleted when the sit eis uploaded. It was causing my Tailwind CSS not to load. Inside the file is my local url address. This just started happening. After I upload my project, I have to delete the hot file. Is there anyway to keep this from being created? It just recently started happening.

Where are Laravel packages stored

Where are the files stored when packages are installed with composer? When a package is intalled is there a folder of files to view? I am new to Laravel and wanted to look at the code.

Laravel Custom Package Problem Call to undefined method

I am trying to create my custom package for laravel. There is my code, https://github.com/onurzdgn/cloudflare-image-api I have an problem when I using my project this package. The error is: Call to undefined method onurozdoganCloudflareImageApiFacadesCloudflareImageApi::upload() I thing I check everything, however I can’t find anything.