Top "Laravel-3" questions

Laravel 3 is the outdated version of the open-source framework for PHP web development created by Taylor Otwell.

How to set env with laravel artisan to have two different database connections (local/remote)?

I looking for setup a multi-environment project using Laravel3 but I dont understand the command to set the environment. I …

php laravel laravel-3
Laravel - Unknown column in field list

Mates, I'm havin a problem to save a record to the database. As I understand the error, it seems as …

php laravel laravel-3
Laravel put array into selectbox

I am facing some problems with my selectbox, where i will put all available categories into the In my controller …

php laravel laravel-3
increment row number with laravel pagination

How to make increment row number with laravel pagination ? When i use pagination and i go to page 2 and above …

laravel laravel-3
Laravel 3 Eloquent How to select column as

I'm trying to figure out how to give a column an alias using Eloquent. So, in other words, how do …

select laravel alias eloquent laravel-3
Laravel (3) Pagination Sorting & Filtering

I have a list of all the "servers" in my "servers" table returned in my view with pagination. I have …

php sorting filtering laravel laravel-3
Laravel eloquent - One to many relationships

I have just got started with laravel v3 and am trying to wrap my head around eloquent's One-To-Many relationships by …

php laravel eloquent laravel-3
How to generate a chart using Laravel?

I'm working with Laravel 3. I want to make a reporting page on the website. I have some view table as …

charts laravel laravel-3
How to add functions in Bootstrap modal - Laravel

I'm currently developing a system with Laravel framework. Though, I'm not very familiar with MVC architecture yet. When I'm developing …

php javascript laravel laravel-3
How to make my own timestamp method in Laravel?

Typically, the Laravel platform have a $table->timestamps(); in migration..., it generate two datetime fields, But I would like …

php laravel laravel-3