Support the ongoing development of Laravel.io →

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
posted 10 years ago

CSS not loading

Currently using laravel 4.1 in a new project. My problem is, CSS which i'm using in my VIEW files ar...

0 Likes
4 Replies
Solved

Relationship for match schedules table

Hy all, I'm quite a beginner with Laravel and trying to build a website for the world cup 2014 in Br...

0 Likes
1 Replies
posted 10 years ago

Observing relationship syncing

Hi all, Is it possible to create an observable sync. I am using model::observe to log changes to mo...

0 Likes
2 Replies
posted 10 years ago

Slow remote database connection

The website that is connected to a remote database is running slow, any tips/advice how this can be...

0 Likes
6 Replies
posted 10 years ago

Laravel on Intranet without internet conection

I want to install Laravel 4 into a Intranet Server and there's no internet conection on it. All the...

0 Likes
1 Replies

Create multiple objects at once

Hi community, I want to create multiple objects with a single click, I want to be able to create a G...

0 Likes
1 Replies
Solved

How to extend the session?

I mainly confused following two code should be written on that document? class MongoHandler implemen...

0 Likes
1 Replies

Is it possible to change laravel's pagination link?

Hi guys! Using laravel's pagination it creates a url with ?page=2 but I want my url to be /page/2. I...

0 Likes
0 Replies
posted 10 years ago

Creating a dynamic order form with multiple rows and db lookup - which fails upon saving

Hi all, Im at a crossroad now where i must realize that im looking blind at some not-working code (1...

0 Likes
5 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.