How do I establish a real-time connection between a Laravel backend and React Native Expo frontend?
I’m working a Laravel and React Native project where real-time communication is crucial. In scenario where a user updates their
Looking for answers to your Laravel questions? Browse our comprehensive archive of Laravel Q&A to find solutions to common problems, learn new tips and tricks, and stay up-to-date with the latest Laravel trends. Our archive covers topics such as installation, routing, middleware, authentication, migrations, and more. Whether you’re a developer, designer, or web professional, our archive provides valuable insights and solutions to common Laravel problems. Start exploring now! The official Laravel Documentation can be found here.
I’m working a Laravel and React Native project where real-time communication is crucial. In scenario where a user updates their
I am sending data from ionic project using api. And receiving from laravel. My "Add" product api is working fine.
I use Laravel, Inertia and Vue.
When I submitted the form, the page returned a 404 not found window and
Here is my current setup:
<?php
namespace AppModels;
use Exception;
use IlluminateDatabaseEloquentModel;
use IlluminateDatabaseEloquentRelationsBelongsTo;
use IlluminateDatabaseEloquentRelationsBelongsToMany;
class
We are using Laravel 9 + Inertia + VueJs 3 in our project. Recently, we encountered an issue where new
In Laravel Eloquent, I am using select to get specific columns only in a collection:
$tickets = Tickets
I’m using PHP 8.2.12 and Laravel 9.52.16, and even setting max_execution_time to 300, restarting XAMPP, and restarting the computer, if
app/Http/Controllers/Admin/TicketController.php on line 17
ArgumentCountError: Too few arguments to function AppHttpControllersAdminTicketController::tickets(), 1 passed in
public function
I am developing an app for BigCommerce and currently have a specific store name in my redirect URI. When a
I’m trying to work with uuid instead of regular integer id.
Migration
Schema::create('products', function (Blueprint $table) {