Support the ongoing development of Laravel.io →

How to use unix timestamp in eloquent?

I want to use the created_at, updated_at and deleted_at fields with unix timestamp.

0 Likes
2 Replies
Solved
posted 10 years ago

extend validation and error

here is my code // app/librarires/Validation/Validation.php ?php namespace App\libraries\Validation;...

0 Likes
1 Replies

Passing variables in url from a unit test?

Hi i am trying to set a a test to test my database calls. I want to pass a variables in url but cant...

0 Likes
0 Replies

Class 'Admin_member' not found

Hi; Why do I get class not found? //Model (Admin_member.php) class Admin_member extends Eloquent {...

0 Likes
2 Replies
posted 10 years ago

Mail::queue & Mail::later not functional

Based on the document: 'Since sending e-mail messages can drastically lengthen the response time of...

0 Likes
7 Replies

Getting an error when creating a new L4 app. php-pecl-zip extension is installed.

Suddenly this starts happening when using the laravel .phar installer. The application doesn't get i...

0 Likes
0 Replies

Pivot generated, but migration error

I am attempting to create a pivot table and ran the cmd: php artisan generate:pivot contractor work...

0 Likes
1 Replies

How to style and a align a form correctly

Hello, i've created a form using blade's form builder: (don't be confused - it's german language) {{...

0 Likes
0 Replies

Eloquent Concatencator

Hey guys, just working on a small package that extends the Eloquent Model class and Query Builder cl...

0 Likes
0 Replies

Required_with not working with arrays

$rules = array( 'cover_image' => 'required|image|mimes:png,jpeg', 'content' => 'required',...

0 Likes
1 Replies

How to change the default Log format? (Monolog)

I've been to https://github.com/Seldaek/monolog and I've looked at vendor/laravel/framework/src/Illu...

0 Likes
2 Replies

Making use of multiple Facades in a single Laravel package

I'm developing a package that ties the Facebook SDK into Laravel. (Soon to be shared with you guys!)...

0 Likes
2 Replies

Edit form with image upload

Hello I'm making an application and I have some troubles. I have a model Post. That model contains t...

0 Likes
2 Replies
Solved

Ajax crawl-able URLs with Laravel (shebang, #!)

Hi, I am trying to adapt my web application to be able to use #! in the url so that I can use that t...

0 Likes
3 Replies
posted 10 years ago

Elegant way to 3 simmilar index pages

I have view to list competitions. There are 3 ways of displaying them: all, passed only, comeptition...

0 Likes
4 Replies
Solved

What GNU/Linux distro, web server and cache software are better?

I'm new to Laravel, but at the same time I'm very excited about it and I have two questions that I t...

0 Likes
3 Replies

Show binded sql

Hi; How can I see binded sql? $data = Admin::whereRaw('email = ? ', array($email))->get();

0 Likes
1 Replies

Best technique for a Laravel Boilerplate/Scaffolding? (Yeoman? Packages? other?)

I'm using Laravel for a year now and really love it. I'm using it for my job and now, a year passed...

0 Likes
2 Replies

Cache directory woes

By default blade caches its compiled views in {storage_path}/views. I've made sure that this directo...

0 Likes
0 Replies

Failed to call my header

I would like to call my header CSS file in every pages, so I created a function to calling the heade...

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.