Support the ongoing development of Laravel.io →

Installing jetstream on fresh laravel 8x

On a fresh laravel project I would like to install jetstream as described by the documentation which...

0 Likes
0 Replies
posted 4 years ago

Laravel 7.27.0 Install

Hello, I recently install Laravel 7.27.0 (fresh install fromlaravel new blabla) And when I try to do...

0 Likes
1 Replies

I am having problem sending verification email.

I am trying to verify users after they must have created there account but i keep getting this error...

0 Likes
1 Replies

how using more than 3 different table in laravel 7

hi, im new in laravel. i want to use more than 3 table in my blade, but i have so many problem here,...

0 Likes
1 Replies
posted 4 years ago

Upgrade laravel 5.8 to 6.0, new routes not working

Hi, I am trying to upgrade lumen/laravel from 5.8 to 6.0 version. I have changed the composer.json f...

0 Likes
0 Replies
posted 4 years ago

Importing Data as part of a Migration Step

Hi, I have several 1,000 records of data to import from a .sql file into a new table. Is it ok to do...

0 Likes
0 Replies
posted 4 years ago

Expected response code 354 but got an empty response

Hi, I am new to Laravel and trying to setup the mail functionality. I opened a mailtrap.io account f...

0 Likes
1 Replies

Laravel $request->user() is fetching user data from db

I have a token (generated with Laravel passport) in my header while sending a request. When I want t...

0 Likes
0 Replies
posted 4 years ago

Laravel validation

Hi I have the problem that in the form I have several fields where I validate the data via regex. Th...

0 Likes
1 Replies
posted 4 years ago

Launch your own Vacation Rental Marketplace like Airbnb

Airbnb Clone is an online rental marketplace application between the host and the travelers. Using t...

0 Likes
0 Replies

How to load json files in rails model

Need to load th json files in active record modelrails

0 Likes
0 Replies

Laravel Kubernetes deployment questions

I'm polishing Laravel Kubernetes deployment (I'm not the PHP dev,rather devops guy) and have some co...

0 Likes
0 Replies
posted 4 years ago

Each route returns 404 Page not found in laravel tests

The completed website is working, but when I try the routes in laravel tests it always return Opps p...

0 Likes
1 Replies
Solved
posted 4 years ago

views (employe)

@extends('base') @section('main') <div class="row"> <div class="col-sm-8 offset-sm-2">...

0 Likes
0 Replies
posted 4 years ago

voici mes code

public function store(Request $request) { $request->validate([ 'nom' =>'required', 'pren...

0 Likes
0 Replies

i nedd help

Hello I am working on an application, I would have to save a photo ID but when I click on the save b...

0 Likes
0 Replies
posted 4 years ago

syntax error, unexpected ';', expecting ')' Laravel

where is the error $products=Product::whereHas('product_name','like','%'.$request->get('name').'%...

0 Likes
1 Replies

Route protection with Socialite

Hi guys ... here i am trying to protect some of my routes. I m using socialite and it is already wor...

0 Likes
4 Replies
posted 4 years ago

login to website from API

I am trying to use \Auth::loginUsingId($user_id); in my api but after I use it user redirect to logi...

0 Likes
2 Replies

which is the best way for scraping data in laravel

I'm working on a laravel api, which is used for an android application. I want to instantly scrape d...

0 Likes
1 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.