Support the ongoing development of Laravel.io →

GoodBytesUK

Joined 21 Apr 2014

Statistics

Threads 15
Replies 12
Solutions 0
Articles 0
posted 9 years ago

Run new migrations without breaking existing app data?

I need to add a new table to my database but realised if i run migrations again it will need to roll...

0 Likes
2 Replies

return data array with ajax?

Is it possible to return a data array in Laravel with ajax? I basically need to pull in some data wi...

0 Likes
3 Replies

Using carbon to get next weeks dates.

I have a web page that lists events, it is split into 2 categories: This week (today is FRIDAY so t...

0 Likes
3 Replies
posted 9 years ago

Redirect to new post with slug rather than id?

I can't seem to work out how I would redirect user to new post by using the slug instead of ID. the...

0 Likes
2 Replies

Best way to do lots of query calculations?

I am creating a finance logging system for some club managers, it logs things like payments, attenda...

0 Likes
2 Replies
replied 9 years ago

return data array with ajax?

jacksoncharles said: You could return a HTML view JSON encoded and insert back into the DOM such as...

0 Likes
replied 9 years ago

Using carbon to get next weeks dates.

I think i've nailed it: This sunday: 2015-02-22 This monday: 2015-02-23 Next sunday: 2015-03-01 Next...

0 Likes
replied 9 years ago

Using carbon to get next weeks dates.

Kryptonit3 said: function scopeUpcoming($query) { $date = Carbon::now()->addDays(7); return...

0 Likes
replied 9 years ago

Best way to do lots of query calculations?

By Laravel way i just mean't something in Laravel that makes the process easier/quicker.. if there i...

0 Likes

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.