Support the ongoing development of Laravel.io →

amityweb

Joined 8 Feb 2014

Statistics

Threads 9
Replies 20
Solutions 0
Articles 0

Any laravel base systems that include the basics like authentication, login, registration, nice templates etc?

Are there any Laravael "starter" systems with common basic functionality available to fast...

0 Likes
3 Replies
posted 9 years ago

Where should I put a check for database exists?

Does anyone know where I could put some logic to check if a database exists? It seems wherever I put...

0 Likes
4 Replies
posted 9 years ago

How to set a timeout on Laravel Queue push?

I understand there is a 60 second timeout on laravel processes I pushing on the queue. I understand...

0 Likes
0 Replies

Laravel Mail Sending Twice (sometimes more)

I have a strange issue... I WAS using standard PHP mail send email in my app, but I changed it to us...

0 Likes
6 Replies
posted 10 years ago

getDateAttribute() is swapping year and day around when Saving to the Database

Retrieving a datetime field which is YYYY-MM-DD and I need to display it as dd/mm/yy. So I am using...

0 Likes
4 Replies
replied 9 years ago

how to create custom query error exception

This works for me when the database exists and other failures occur (e.g. table does not exist): App...

0 Likes
replied 9 years ago

Where should I put a check for database exists?

This works, so I will try this, thanks a lot for the help... App::error(function (\Illuminate\Databa...

0 Likes
replied 9 years ago

Where should I put a check for database exists?

Hi deringer Adding an App:error catch in global.php looks like a suitable method. But using the foll...

0 Likes
replied 10 years ago

getDateAttribute() is swapping year and day around when Saving to the Database

The thing is the getter should be nothing to do with setter. Also in my controller, I use different...

0 Likes
replied 10 years ago

getDateAttribute() is swapping year and day around when Saving to the Database

Capital Y will show a 4 digit year, but I would like to display a 2 digit year. The situation is thi...

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.