Support the ongoing development of Laravel.io →

1,604 Threads

php artisan serve works but page keeps reloading

I installed fresh laravel 5.8.35, and run the following commands install npm php artisan make:auth...

0 Likes
1 Replies

I am trying to eager load parameter in eloquent laravel 5.8

I am trying to eager load data from a many-to-many relationship in eloquent laravel 5.8. The below c...

0 Likes
1 Replies
posted 5 years ago

Insert and update

Hello. I do reservation for trip. I choose the number of seat from first table with status 1. When i...

0 Likes
0 Replies

laravel 6 how post with ajax

This is my ajax function in the view that should be called when a select change the selected option...

0 Likes
1 Replies

How I can pass environment variables to scss/ sass file usin

How I can pass environment variables to scss/ sass file using laravel mix and webpack?: Hi, Please r...

0 Likes
0 Replies

Cannot get the model attibute using eager load in Eloquent

Hi, Please refer below link and help me: https://stackoverflow.com/questions/58338282/cannot-get-the...

0 Likes
0 Replies

Replacing files in folder & db on update using polymorphic

Hello! I'm in practice mode with Laravel, and I've tried this at least 80 different ways, based on t...

0 Likes
1 Replies

Render tournament bracket for next round

Hi there, I would like to ask ideas on approaches on how to render tournament bracket for next round...

0 Likes
0 Replies

Laravel: Maximum execution time of 30 seconds exceeded

My route: Route::get('/map', ['as' => 'map', 'uses' => 'Home\HomeController@map']); HomeContr...

0 Likes
0 Replies

Laravel Cashier - createSetupIntent() is undefined

Trying to get Laravel Cashier to work when adding a payment. Following everything as instructed in d...

0 Likes
3 Replies
Solved

Help passing an argument to a helper function in this route?

How do you pass an argument to a function in this route? I created a helper function, which I'm tryi...

0 Likes
1 Replies

Laravel OrderBy relationship count without loading models

have an episodes table and an episode_Listen table, which is a One episode to Many listens I want to...

0 Likes
0 Replies

Current approach to Stripe Checkout for Onetime Payment?

I am trying to integrate stripe Checkout on my Laravel 5.3 website for some fairly basic purchase fu...

0 Likes
1 Replies
posted 5 years ago

How to add php file to load in the body of the page?

Regarding lavary / laravel-menu It is necessary that a certain file is selected in the body of the p...

0 Likes
0 Replies

i have problems with nullable fields

my nullable fields do not store values in the database even when the input boxes are filled. when i...

0 Likes
1 Replies

Maximum execution time of 30 seconds exceeded [Laravel 5.2]

FatalErrorException in FileTypeFilterIterator.php line 49: Maximum execution time of 30 seconds exce...

0 Likes
0 Replies
posted 5 years ago

I deleted the controller and it still works.

Hello. I modified the controller, but the modifications are not reflected. So, I rename and delete f...

0 Likes
0 Replies

Any way perform query on '$appends' with Accessors & Mutator

protected $appends=['sample_value']; public function getSampleValueAttribute(){ return "value&q...

0 Likes
0 Replies

Hello there! I am building a laravel project in which I have

I deployed my project on live server by creating subdomain app.example.net on cpanel. And put my pro...

0 Likes
0 Replies

Laravel Eloquent Relationship with 2 pivot tables

I'm new with relationships and eloquent. I still don't really understand working with eloquent and p...

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.

© 2024 Laravel.io - All rights reserved.