Support the ongoing development of Laravel.io →
posted 7 years ago

Route POST error 500

Hi,I I'm a beginner,I have a problem about Route. I write a post route,when I click submit on brows...

0 Likes
5 Replies
Solved

Delete record with modal

Good afternoon folks, I need your help, I have this car brands list with a button to edit and delete...

0 Likes
1 Replies
Solved

Use blade outside laravel

Hello everyone, I would like to know if there is a way to use the laravel view outside of laravel ?...

0 Likes
13 Replies
Solved

Laravel recursive tree to flat

I created simple recursive relationship: public function children() { $children = $this->hasMany(...

0 Likes
4 Replies

Do you want Laravel to go strict?

We have PHP 7 on the way. Laravel is quite ambitious when it comes to support for new PHP versions,...

0 Likes
2 Replies

Unit testing get error value about form request. Session missing key: errors

I'm try to write a unit testing for test form request in Laravel 5, but I can't not get data from &q...

0 Likes
2 Replies
Solved

Database Errors After Swapping Out User.php for Another Class

I just installed laravel and created a new project. I ran php artisan make:auth which provides a lo...

0 Likes
3 Replies
Solved

Queuing/throttling client apis that are throttled

I am working on a project that involves accessing client apis on their behalf. these apis have thro...

0 Likes
0 Replies

recursive function many-to-many self referencing model

I have a model called Product that has the following self referencing many-to-many relation: // pare...

0 Likes
0 Replies

display related object in blade ( dinamicly )

the solution must be simple but i cant see it Iam passing an array to the view, whit all the fields...

0 Likes
0 Replies

Running a basic raw query and keep getting errors

Hi guys, Hope you can help me with this simple query. I have this function. public function CapT...

0 Likes
2 Replies

Linking two tables to a master table of data. Two foreign keys?

I have a real estate site with a master table of listings. Each listing belongs in one subdivision...

0 Likes
1 Replies

Sentinel update not updating all fields?

So i'm trying to update a user in the database, all names are correct however the update is only upd...

0 Likes
1 Replies

convert string to integer

I convert string in to integer with (int) function But on localhost this work fine but when i upload...

0 Likes
1 Replies

order by related table while using with()

Hi, i have the following code for listing, sorting and filtering products. $query = Products::query...

0 Likes
0 Replies

Homestead installation on Windows 10 Machine

I am new to Laravel and homestead and am trying to install it on my Windows 10 machine and running i...

0 Likes
11 Replies

migrate:reset erring when dropping foreign key

I'm having an issue when rolling back a migration that drops foreign keys. I'm creating the foreign...

0 Likes
5 Replies
Solved

Search Query doesn't work properly

Hi, I have create search keyword query for my cart. If I debug query with ->toSql() it display an...

0 Likes
0 Replies

Mail in laravel

I cannot send mail through laravel. I have changed the .env file, mail file and also changed the smt...

0 Likes
2 Replies

[Homestead] Ideas on persisting databases upon vagrant destroy

Hello everybody! Since I sometimes have to destroy my box I faced a problem of backing up my databas...

0 Likes
12 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.