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

A week of Laravel #16 (25 July-01 August 2016) #Laravel #Changelog ✨

Updates: "Updates: laravel/framework [master, 5.2, 5.1], laravel/laravel [master, develop], la...

0 Likes
0 Replies

Faithfully yours, nginx error

Just installed php7 on a virtual box following this series php7 Problem is if there are any errors i...

0 Likes
1 Replies
posted 7 years ago

Render Json response to View using Ajax.

Hi, I'm sending get request to the controller using ajax and controller is returning data (Jason Res...

0 Likes
0 Replies

Best way to update user activity

Ho to update user activity? Check if current user is online It is a solution, but update on each pag...

0 Likes
0 Replies

Change attribute value in Eloquent

My example: $photo = Photo::with([ 'owner' => function ($query) { $query...

0 Likes
1 Replies

Laravel 5.2 multiple file validation problem

I was doing some multiple file validation. I have my html like so: <html> <body>...

0 Likes
0 Replies

Laravel 5.2 file upload returning null

I was trying to upload a file in Laravel 5.2, but when I try to access it using the file method it a...

0 Likes
2 Replies
Solved
posted 7 years ago

Could not publish package translation resources!

Regarding package development documentation Translation part I added the following line to my packag...

0 Likes
1 Replies
Solved

laravel 5.2 multi auth and laravel localization, auth not working

Can you help me with this question, http://stackoverflow.com/questions/38673593/laravel-5-2-multi-au...

0 Likes
0 Replies

Get result from chunk

Hi All, I have around 500,000+ records on my database and fetching it using the laravel query builde...

0 Likes
2 Replies

Using multiple Global Scopes on the same Model in Laravel 5.2

Hey All, I have a Quote model with a table column boolean('approved') which I want to use to setup t...

0 Likes
0 Replies

Narrowing by a column of ManyToMany related table

Tables are here. Table | Columns Article | id, [others] Article_Tag | id, article_id, tag_id...

0 Likes
2 Replies

laravel 5 pusher not working

laravel 5 pusher not working with event broadcasting.

0 Likes
0 Replies

Hashing passwords on client side before sending

Hello everyone, it's my first time posting here, so I would love to welcome everyone. I really like...

0 Likes
3 Replies

Hyperlink to authenticated page not working from MS Word / Excel

Hi, Let's say I have a basic Laravel web application, like the one from the Intermediate Task List q...

0 Likes
1 Replies

Laravel 5 - pagination query string after slash issue

Hey guys! I have a problem with my Laravel 5 pagination. I use elequent to fetch user + his items wh...

0 Likes
15 Replies
Solved

Routing Question...

Quick question, I am doing a form post to my database. After I got it working but after i split up m...

0 Likes
0 Replies

Why do the password submission require password_confirm on backend?

I noticed that the standard validation / signup things with Laravel use a password field and a passw...

0 Likes
1 Replies

How to show checkboxes as checked when values are set in the database

I really hope someone can help, I'm setting up entrust and trying to manage roles via an edit users...

0 Likes
7 Replies
Solved

Don't know how to manage in laravel this database reality

I have this tables: admins places grants Each Admin has 0-N Place. Each Place has 0-N Grant. So we h...

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.