Support the ongoing development of Laravel.io →

timeslot search using carbon

Hello, I am building a scheduler app that find candidates with free timeslots that fits into an empl...

0 Likes
1 Replies

RESTful Controllers use lots of memory

Hi All, My restful controllers in the routes.php use lots of memory in Laravel 4.1. This standard? I...

0 Likes
3 Replies
posted 11 years ago

Unexpected EOF and things like that. (css/javascript)

Hi, When I want to use css/javascript files with laravel I always get errors like Unexpected EOF or...

0 Likes
3 Replies
Solved

Error in Passing a multidimensional array from controller to view

Route File:- Route::get('/',function(){ $menuitem = Menuitem::all(); return VIEW::make('index',$menu...

0 Likes
1 Replies
posted 11 years ago

Filter record created_at specific year

I want to filter record which has created_at atribute at year 2011. Currently, I could do it like th...

0 Likes
2 Replies
Solved

Moving from Apache to nginx

I'm using digitalocean to serve my website with Webuzo as the cPanel. I have a Laravel app and I cha...

0 Likes
1 Replies

Where to put Form::macro() and create chain method (param) on it?

Where to put Form::macro()? And I would like to use chain method on it like this: Form::myField()-&g...

0 Likes
0 Replies

How to run the application using apache server

Hello everyone. I'm new in laravel and i found one problem. I can run the application using artisan...

0 Likes
3 Replies

PHP-FPM - Class not found error using namespaces

Server upgrade happened and php-fpm is now used (though we are still using apache -.-). Now my appli...

0 Likes
0 Replies

Getting Configuration from Laravel Project as a Library

We've been using Laravel for our front-end architecture with some success for awhile. Now we need to...

0 Likes
1 Replies

grouping of results

Hi, I'm looking for advise on how to group results from a query, the laravel way, I've tried looking...

0 Likes
2 Replies
Solved

Undefined variable: undefinedVariable in composer install

When running within a VM the following composer create laravel/laravel newproject All runs well...

0 Likes
7 Replies
Solved

Errors in Sentry 2

Hello community since weeks I try the groups with the help of Sentry 2 to list but I keep getting th...

0 Likes
1 Replies

How to use layouts

Hello everyone. I just installed my first Laravel 4 application, i would like to create a starter p...

0 Likes
2 Replies

Easiest way to password protect online for development purposes.

I am wanting to password protect my laravel application, ideally just on the deployment server (I'm...

0 Likes
1 Replies
posted 11 years ago

Where to Put PHP Settings?

I want to initialize some php settings directly through the config with different settings per envir...

0 Likes
2 Replies

Laravel 4 code coverage

Question about code coverage: I have it running, but the result is 0% coverage every single time - i...

0 Likes
0 Replies

a problem in routing

Hello dear friends I've a problem in routing , I defined a route such as Route::post('foo/bar/baz',a...

0 Likes
3 Replies
Solved
posted 11 years ago

Fluent DB produces incorrect query if where is placed before join, order of statements matters

This Fluent statement: DB::table('plans') ->where('creator_id', '=', '0') ->leftJoin('...

0 Likes
0 Replies
posted 11 years ago

Static class, use Facade?

I want to make a class that will handle some global logic based on time. So when looking for "s...

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

© 2025 Laravel.io - All rights reserved.