Top "Laravel-4" questions

Laravel 4.2 is the previous version of the open-source PHP web development MVC framework created by Taylor Otwell.

Laravel 4: how to run a raw SQL?

I want to rename a table in Laravel 4, but don't know how to do that. The SQL is alter table …

laravel laravel-4
global variable for all controller and views

In Laravel I have a table settings and i have fetched complete data from the table in the BaseController, as …

laravel laravel-4 global-variables
laravel the requested url was not found on this server

I've an Ubuntu 14.04 kernel. I was installing my Laravel application in this server. After installing, I tried to set the …

apache ubuntu laravel laravel-4
How to select from subquery using Laravel Query Builder?

I'd like to get value by the following SQL using Eloquent ORM. - SQL SELECT COUNT(*) FROM (SELECT * FROM abc …

sql laravel laravel-4 eloquent query-builder
how to fix stream_socket_enable_crypto(): SSL operation failed with code 1

stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate …

php amazon-ec2 laravel-4 ssl-certificate apache2.4
Laravel redirect back to original destination after login

This seems like a pretty basic flow, and Laravel has so many nice solutions for basic things, I feel like …

laravel laravel-4
Laravel Mail::send() sending to multiple to or bcc addresses

I can't seem to successfully send to multiple addresses when using Laravel's Mail::send() callback, the code does however work …

php email laravel laravel-4
Laravel whereIn OR whereIn

I'm making a products search by filters: My code: ->where(function($query) use($filter) { if(!empty($filter)){ foreach ($…

php mysql laravel laravel-4 query-builder
Laravel: Validation unique on update

I know this question has been asked many times before but no one explains how to get the id when …

php validation laravel laravel-4
Composer killed while updating

I got a problem, I tried to install a new package to my Laravel 4 project. But when I run php …

php laravel laravel-4 composer-php