Top "Laravel" questions

Laravel is a free, open-source PHP web framework, created by Taylor Otwell and intended for the development of web applications following the model–view–controller (MVC) architectural pattern and based on Symfony.

change the date format in laravel view page

I want to change the date format which is fetched from database. now I got 2016-10-01{{$user->from_…

php laravel date
PHP7 : install ext-dom issue

I'm running laravel 5.4 on Ubuntu 16.04 server with PHP7. trying to install cviebrock/eloquent-sluggable package throw some error: pish@let:/home/…

laravel composer-php laravel-5.4 php-7
Laravel Eloquent - distinct() and count() not working properly together

So I'm trying to get the number of distinct pids on a query, but the returned value is wrong. This …

laravel count eloquent distinct
Access denied for user 'homestead'@'localhost' (using password: YES)

I'm on a Mac OS Yosemite using Laravel 5.0. While in my local environment, I run php artisan migrate I keep …

php laravel laravel-5 database-migration homestead
Laravel 5 - How to access image uploaded in storage within View?

I have got user's avatars uploaded in Laravel storage. How can I access them and render them in a view? …

laravel
Eloquent - where not equal to

I'm currently using the latest Laravel version. I've tried the following queries: Code::where('to_be_used_by_user_id', …

laravel eloquent
Get Specific Columns Using “With()” Function in Laravel Eloquent

I have two tables, User and Post. One User can have many posts and one post belongs to only one …

php laravel orm eloquent laravel-query-builder
Laravel requires the Mcrypt PHP extension

I am trying to use the migrate function in Laravel 4 on OSX. However, I am getting the following error: Laravel …

php laravel laravel-4 mcrypt
Laravel: Error [PDOException]: Could not Find Driver in PostgreSQL

I'm trying to connect with PostgreSQL database through Laravel in order to do a php artisan migrate but doesn't seem …

php database postgresql laravel syntax-error
Laravel Eloquent Sum of relation's column

I've been working on a shoppingcart application and now I've come to the following issue.. There is a User, a …

php laravel eloquent relation