Support the ongoing development of Laravel.io →

Add Hash Fragment to URL after returning View

Hi, I've been searching the web about this and all I see are appending the # to Redirects. How about...

0 Likes
0 Replies
posted 7 years ago

Laravel UK Hackathon - LaraHack

Calling all Coders/Designers or anyone interested in Laravel. LaravelUK are running a Hackathon in F...

0 Likes
0 Replies
posted 7 years ago

Eloquent JSON field, selecting attribute produce extra quote

This code: $translation = Translation::where('language_id', 2) ->whereNotNull('data-&...

0 Likes
1 Replies
posted 7 years ago

Unit test for restful api on production database

usually, unit tests create a new database and fill them based on the test, to always have a clean en...

0 Likes
1 Replies

policies and request loops

hello, I have an issue with requests loop with what appears to me like a pretty standard feature (bu...

0 Likes
1 Replies
Solved
posted 10 years ago

Laravel Installation, Linode issues.

Hello! I'm currently trying to get started with developing using Laravel, and settled on Linode as a...

0 Likes
6 Replies
posted 7 years ago

php artisan queue:work

How to run php artisan queue:work on production server?

0 Likes
3 Replies
posted 7 years ago

Cant run progect on real server while composer install

Hello. I have problem when I clone my project from github to real server and make: composer install....

0 Likes
2 Replies
posted 10 years ago

Is it a good idea to create an clone application (like dropinn for airbnb) using laravel framework?

I want to create a clone application in laravel, but I am little concerned about the user reactions....

0 Likes
13 Replies

Fake session object for dummy user

I want to create fake session for dummy user in Test

0 Likes
0 Replies

Create menu with variables from database

Hello, I would create a simple menu based on categories which are they creating from database. I hav...

0 Likes
1 Replies
posted 7 years ago

Attribute "persistence" in models

Let's assume a model with one accessor: public function getMyAttributeValue($value) { <my code...

0 Likes
1 Replies

Eloquent sync - Which Event is fired?

I am currently building an application and I am using UUIDs instead of auto-incrementing IDs. To sim...

0 Likes
3 Replies
posted 7 years ago

5.5 Auth middleware problem

I've a project in which the registration middleware is working on localhost using php artisan serve,...

0 Likes
1 Replies
posted 7 years ago

Carbon\Carbon not found SOME of the time

So currently I pull back a date and convert it to a readable format in carbon: </div> <div...

0 Likes
0 Replies

Events on Pivot table

Hi there, I've got two tables linked by a Many-to-Many relationship. users id users_items user_id...

0 Likes
1 Replies
posted 10 years ago

Auth::check() or Auth::user() logs me out automatically

I'm facing an issue here which I don't think I had before, however I'm not sure what I changed to in...

0 Likes
3 Replies
Solved
posted 7 years ago

Laravel's middleware empty request

I'm using laravel 5.5, and tymon/jwt-auth as my jwt service provider. When I'm using the JWTAuth fac...

0 Likes
0 Replies

Error on sending mail

Hi all, On a Laravel 5.4 project I'm working on I'm facing a strange issue. On my local machine ever...

0 Likes
0 Replies
posted 7 years ago

Method getClientOrignalName does not exist.

Hi all, I'm facing that Method getClientOrignalName does not exist error, kindly guide me to solve t...

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.