Support the ongoing development of Laravel.io →

how to add column in table migration table Already exists

how to add column in table migration updated_at ,created_at,delteded_at

0 Likes
3 Replies
Solved

Forge Installation

Is it me ? Or is Forge just a huge headache rather than useful ? After three attempts, can't even g...

0 Likes
1 Replies

After dump-autoload still getting class not found exception

Hi guys, I am having a bit of trouble with the app migrating to the production server. I have a clas...

0 Likes
1 Replies

Sentry unique field

Hi guys, I'm using Sentry for my app. I've added a property to the user model : "Account"...

0 Likes
1 Replies

Can't set development enviorment.

Hi all, I can't set my project environment to the development. This is my code in start.php $env = $...

0 Likes
1 Replies

Use config in package for non-Laravel applications

As we all know, using stuff like Config in custom packages works great if you're using Laravel. But...

0 Likes
2 Replies
Solved

how to delete row from table using Eloquent

this code in routes.php dont work Route::delete('user', function($id){ $newStudent =User::find($id)...

0 Likes
5 Replies

how to create a link with data

Hello, I'm trying to create a list of links, generated as a response to some input. The links need t...

0 Likes
3 Replies
Solved

Aliasing and building derived database column names How to make this easy ?

This one has been bugging be for months and I so far I have not found an comprehensive solution to s...

0 Likes
3 Replies
Solved

OAuth multiple accounts on login?

I have a website in which you can login via facebook, twitter or normal register within the site sty...

0 Likes
0 Replies
posted 9 years ago

Route failing on one but not the other

The relevant section of my routes.php: http://laravel.io/bin/mkJyn I have two routes (people/list an...

0 Likes
3 Replies
posted 9 years ago

Auth problem

Hi there, I currently have a very strange auth problem. My code is as follows: public function login...

0 Likes
3 Replies
Solved
posted 9 years ago

how to render a static image

Hi all, I tried to find the answer, but I couldn't. It seems there are some asset management package...

0 Likes
2 Replies
Solved
posted 9 years ago

The I just want one instance of the model not the collection problem

This happens to me all the time. so you need to work on one model but you don't have the key to use...

0 Likes
2 Replies

Reading JSON from view in called controller

Hi Im trying to send an array of data so I can destroy the IDs beeing sent in the array. I have a Ja...

0 Likes
1 Replies

Define multiple many-many relationships through single pivot table

Hi, I currently have a table which serves as a central link table for many-many relations between se...

0 Likes
0 Replies

Where to report security issues

I think i found a security issue, but couldn't find a page where such issues could be reported. Is t...

0 Likes
1 Replies
Solved

Handling Errors

Hi, I'm quite new to Laravel, and in past applications I would generate a user warning or notice, us...

0 Likes
0 Replies
posted 9 years ago

Prioritising jobs/queues in SQS

Does anyone know of a way to prioritise jobs in queues when using SQS on Amazon Web Services (AWS)?...

0 Likes
4 Replies
Solved

Replacing Hash for Authentication

I need to replace Hash. For this, I have made a class named MyHash like this : class MyHasher implem...

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.