Support the ongoing development of Laravel.io →

No input file specified.

Hey, I installed Laravel with Homestead. Dependent on the Laravel documentation. The Project-Folder...

0 Likes
3 Replies
Solved
posted 7 years ago

My company, Bukwild, just open sourced our Laravel CMS package: Decoy

If you're looking for an open source Laravel CMS, I wanted to put the one we made out there: https:/...

0 Likes
0 Replies

Article - Unboxing Laravel Authentication

http://asklagbox.com/blog/unboxing-laravel-authentication A look at the pieces of the Authentication...

0 Likes
0 Replies

Get accessor attribute within collection

Hi. I have a collection from a model and there is an extra attribute to generate the url for this el...

0 Likes
1 Replies

Article - "Realtime" Facades in Laravel 5.4

http://asklagbox.com/blog/laravel-realtime-facades We're off to see the wizard.

0 Likes
0 Replies
posted 7 years ago

Permission denied creating package in laravel 5.4

I'm creating a cms package that I will be using. The problem that I'm having is that after I publish...

0 Likes
1 Replies

Problem creating directory in 'tmp'

I get an error when uploading an image and I think it must be a permissions issue. Image ius saved l...

0 Likes
0 Replies

Why is the hidden field in the Laravel Model not working when set dynamically?

I have described in detail here. https://stackoverflow.com/questions/42827731/why-is-the-hidden-fiel...

0 Likes
0 Replies

Pusher/Laravel Error

My console is throwing the following error: Pusher : No callbacks on private-App.user.1 for pusher:s...

0 Likes
0 Replies

Eloquent - relationship pivot table attributes

Hey, I am trying to create simple shopping cart / order module and I've decided to connect orders an...

0 Likes
2 Replies
Solved

Class 'Eloquent' not found

I am a beginner to laravel. I have just downloaded the latest version of laravel and deployed on my...

0 Likes
18 Replies

oauth/token - hashing the password

I'm trying to change the behavior of the oauth/token call from the passport package in laravel. In m...

0 Likes
0 Replies

Changing default columns and table in Laravel Auth 5.2

Ok I am having this problem for a week now. I am following the naming convention of our company in c...

0 Likes
2 Replies

Need Help About Laravel API !!!

Hello, I have two web Application that's work in different domaine , The first one is a Laravel web...

0 Likes
0 Replies

Several Eager Loading with constraints

I have this nice query: $posts = Post::with('user','comments','comments.user', 'tags') ->take(10)...

0 Likes
4 Replies
posted 9 years ago

issues with filesystem->exists

I am having some issues when checking if file exists. This line returns list of all files in the &qu...

0 Likes
1 Replies

Laravel Session Id always changes every refresh in Laravel 5.4

So the title basically says it all, I am using Laravel 5.4, PHP 7.1 and on my local machine sessions...

0 Likes
2 Replies
posted 7 years ago

Retrieving latest entry from recursive relationship

I am not sure if the title is phrased correctly, but I will try to explain it here. For context, her...

0 Likes
0 Replies

Can't acces route on live server

Hello, I have uploaded my laravel project to my web server, into the public_html folder and i got in...

0 Likes
1 Replies

dynamic Form::select not being included in the post data

I have am trying to add a select box that is built from a database query to an existing form. The se...

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