Support the ongoing development of Laravel.io →

Baum nested set routes

Hi guys! Last 2 days I try to build routes tree with Baum nested set. I found topic that I need here...

0 Likes
0 Replies

Artisan Migrate Not Working

I'm having problems with my migration code, This is the error I'm recieving: PHP Parse error: synta...

0 Likes
4 Replies
Solved

Trying to get property of non-object from eloquent Relationship

I have used a relationship that returns data but when i use it it throws error "Trying to get p...

0 Likes
1 Replies
Solved

The Eloquent subquery is not executed correctly

Hi, frinds Can U help me in my case with eloquent subquery? ) I have the code in my model: return Ne...

0 Likes
1 Replies
posted 7 years ago

Laravel .env file not working with 127.0.0.1 but works with localhost

I have a laravel app that works fine with DB_HOST=localhost but does not work with DB_HOST=127.0.0.1...

0 Likes
1 Replies

get data from Pagination

i have $users = User::paginate(10); how do i get the data when i pass it to my blade template. e.g:...

0 Likes
7 Replies

add /public/ to routes

I've moved my application and need to add /public/ before everything for it to work correctly. How c...

0 Likes
0 Replies
posted 7 years ago

Import Excel

hi, I want to import a excel file. So in controller i do : $reader=Excel::load('storage/app/uploads/...

0 Likes
1 Replies
Solved

SQLSTATE[23000] - Column 'user_id' cannot be null

Hey guys, I followed this great tutorial to implement FB login into my application: http://maxoffsky...

0 Likes
7 Replies
Solved

MailGun Client error: `POST https://api.... resulted in a `404 NOT FOUND???

Sending from localhost, Windows 10, OpenServer! Settings .env: MAIL_DRIVER=mailgun MAIL_HOST=smtp.ma...

0 Likes
1 Replies
posted 7 years ago

Form Validation Custom Messages (different fields with same name)

Hey, I'm trying to create custom messages for errors found in form input validation. The issue I'm h...

0 Likes
1 Replies
posted 7 years ago

Can i use wordpress as a part of my larvael application?

I don't do wordpress. If i want to build some basic forms or some view or available functionality...

0 Likes
1 Replies
posted 7 years ago

Create a custom middlewareGroup in custom package

This is not working: public function boot(\Illuminate\Routing\Router $router) { $rou...

0 Likes
1 Replies
posted 7 years ago

Problem with blade directive and view rendering

I'm trying to create a reusable view component for a carousel with a new Blade directive. I don't wa...

0 Likes
1 Replies
Solved

Listening for event error

Basically, i'm sending out an event; Pusher is receiving it on their debug console. YET my other bro...

0 Likes
1 Replies
posted 7 years ago

Laravel Redis Echo server Tutorial

If anyone can post a small tutorial/demo of laravel echo server using socket,io and redis with priva...

0 Likes
0 Replies

[5.4] clear error message back when going back a page after Session::reflash()

Hi, I've got a 2 stage form using LaravelCollective forms and I use Session::reflash() in my control...

0 Likes
1 Replies

Reference/Guide of Methods of Model Class

Guys how do I get complete Reference of Methods of Model Class?? like where(), Get(), first(), etc a...

0 Likes
2 Replies
Solved

Database Error Migrate

after php artisan migrate, theres an error I got below: [Illuminate\Database\QueryException] SQLSTAT...

0 Likes
4 Replies
Solved

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.