Support the ongoing development of Laravel.io →

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

Authentication works in local server but not in production server

hi all i've followed this tutorial about restful API http://code.tutsplus.com/tutorials/laravel-4-a-...

0 Likes
3 Replies

Set the default carbon date format

Hi I'm writing a small app and I am trying to set the default Carbon date format. I have an eloquent...

0 Likes
3 Replies

Foreign key columns without the '_id' suffix

I prefer using foreign key columns wihout any suffix (like 'user' rather than 'user_id'). I can live...

0 Likes
0 Replies

Ajax package for Laravel?

Dear, I would like to use ajax on Laravel like onChage of Select box ...... Does Laravel have any pa...

0 Likes
6 Replies

get column name when updated a record

hi everyone according to the question, i want to get column name when update a record. i need this i...

0 Likes
0 Replies

Insert Ignore

I'm looking for the best approach to add an InsertIgnore method to Laravel's query builder. I can ac...

0 Likes
0 Replies

About post and get

Hi; Can someone please explain how Route::get and Route::post work? I know exactly how to use them b...

0 Likes
1 Replies
posted 10 years ago

Show message if empty table

Hey guys, Is there any simple and elegant way to show a message to the users if there are no posts/a...

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.