Blade won't show data from PHPMyAdmin
I have used a seeder to fill up data on my database! However, it doesn't show up on my blade file! and it just only the table. I tried various methods, including changing the route file and to add data…
I have used a seeder to fill up data on my database! However, it doesn't show up on my blade file! and it just only the table. I tried various methods, including changing the route file and to add data…
I tried to run a fresh Laravel 9.2 project with Laravel Sail in Docker. (contains WSL2), and the index page is loaded in 2sec. For an existing project where I tried Sail to run on Docker, it takes ~7sec instead…
I just cloned a Laravel/Vue.js project from Bitbucket (for a company I'm working with), trying to set it up on my computer. This isn't my first time doing this, as I've previously cloned and worked on many projects. But for…
I'm trying to install Yajra, a Laravel package to handle server-side works of DataTables jQuery Plugin via AJAX option. But I got this problem and I can't fix this. Please did you have anything to help me? [ComposerDownloaderTransportException] curl error…
I wanted to use the the composer require osiset/laravel-shopify but the issue is I'm running in laravel 8, I wanted to downgrade my laravel 9.2 to laravel 8.0 but when I tried downgrading it by changing the composer.json into {…
When upgrading different packages (php 8.1, laravel 9, ...) there is something strange going with the laravel echo server. Using the web domain there is no issue with the echo server, but using the mobile app (through api) it does…
How can I answer inline queries in telegram bots in php(laravel) with Telebot plugin? I'm working on a bot project in laravel and I'm using the Telebot package. does Telebot support answerInlineQuery method? I can't find it. WeStacksTeleBotLaravelTeleBot::answerInlineQuery([]); //this doesn't…
I want to work in https app I cant geerate https links whit "url" blade function in some ask question say have use this, but, not works IlluminateSupportFacadesURL::forceScheme('https');
I'm trying to set up laravel horizon to run on my google cloud (run) containers. I have gotten installed successfully, however when I navigate to the dashboard, it always indicates to be inactive. Jobs are getting scheduled but are not…
I'm trying to use Wordpress as a frontend CMS/Shop and Laravel as a platform that provide more advanced services to users that acquire them from WP frontend shop. After logging to Wordpress they'll have in account a link to Laravel…