Support the ongoing development of Laravel.io →

How to retrieve Sub-Categories according to Parent category selection?

I have two tables 'Sectors' and 'Categories' $sectors = Sector::lists('name','id')->all(); $categ...

0 Likes
4 Replies

laravel version 5.0.27 how to rebuild or regenerate composer.json?

I have this laravel version 5.0.27 project, it's a live website. It is working without composer.json...

0 Likes
1 Replies
posted 10 years ago

Foreign key cross database

Is it possible to make a miration with a (pseudo) foreign key in laravel that links to a table colum...

0 Likes
3 Replies
posted 7 years ago

Socialite Installation problem

There is a huge error coming when i try to install socialite package. I have installed socialite ear...

0 Likes
1 Replies
posted 7 years ago

Set socialite redirect url on runtime

Hi I'm using Socialite to validate users when they log into the backend of my site and it's working...

0 Likes
1 Replies
posted 7 years ago

Undefined Variable in View

To clearify I did try this also WITHOUT database results. web.php <?php /* |--------------------...

0 Likes
3 Replies
Solved
posted 9 years ago

How to link_to_route when route is defined in a controller?

Sorry, I'm just learning Laravel and I'm stumped on what I'm sure is a very simple issue: How to lin...

0 Likes
5 Replies
Solved

Failed to load resource: the server responded with a status of 500 (Internal Server Error)

Hey laravel users. I have problem with index php. Screens: https://gyazo.com/7c470e89e2c884f25911503...

0 Likes
0 Replies

Make ajax call to different controllers/actions depending on JavaScript variable using Blade

Hi, I have a page with near 10 buttons, some of them make ajax calls to same controller action with...

0 Likes
0 Replies

Please HELP ??? problem in links

i have travel website working with category and sub category EX: Link (1) : tours/egypt/cairo Link...

0 Likes
0 Replies
posted 7 years ago

laravel 5.3 change SQL query of Authentication

i am using laravel5.3 and authentication. i want to change email field as non unique field means sam...

0 Likes
0 Replies
posted 7 years ago

laravel session management in subdomain

I am struggling to manage session between domain and sub-domain my domain is example.com having own...

0 Likes
1 Replies

Session Middleware issue

Hi Guys, Session values are not set in the middleware in the version 5.1.49. As of now, Session work...

0 Likes
0 Replies

phpmysql Trigger get id on who updated the data

What is wrong with this code. Keeps getting the error "Cardinality violation:1242 Subquery........

0 Likes
0 Replies

BadMethodCallException give in eloquent

i have error with my laravel 5.3 when getting data from database this is my controller code publ...

0 Likes
1 Replies

How to get data from one to many relation.

Hello everyone. I have a small problem. I got two models: User and Group. They are connected by one...

0 Likes
4 Replies
Solved

Laravel 5.3 and Notifications

I'm trying to grab some users from the database and notify them that a new position has been posted....

0 Likes
2 Replies
Solved

Handling OAuth Token Refresh With Socialite

Hi All I'm looking to build a Laravel App on top of an existing API that authenticates via OAuth2. A...

ostap liked this thread

1 Likes
1 Replies

How to convert multiple Form input value of get parameter into one value?

I have four input field Location, lat, lng and formated_address when i click on button URL should be...

0 Likes
0 Replies
posted 8 years ago

Newbie: Is Lumen Right for My App.

Inquiries Dear Staff: Is the Lumen PHP Framework appropriate for the application described below ?...

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.