Support the ongoing development of Laravel.io →

Laravel 5 Error Messages

I installed a fresh install on my ubuntu machine. I'm getting blank page on the home page of the app...

0 Likes
1 Replies
posted 10 years ago

Switching from --dev to --prefer-dist

Well looks like L5 is out. I have been learning Laravel on L5 dev. Please tell me what I need to do...

0 Likes
1 Replies
Solved
posted 10 years ago

Get plain Eloquent QueryBuilder

Hi, I need to get a query builder for an Eloquent model, one like returned by Model::where(...), but...

0 Likes
0 Replies

Auth::logout() "Error connecting to Database"

hello, I'm new of Laravel and I have implemented a simple login app as case of study. I followed the...

0 Likes
4 Replies

Deploy Laravel on 1&1 Servers

I have recently completed my first laravel site, but now I am stuck with deployment. This is an enti...

0 Likes
1 Replies

Views count | Twig Laravel Environment

How can I count the views for a post in Laravel+Twig Env?

0 Likes
2 Replies

Best practice for modifying composer packages

Hi all, I'm using Cartalyst's Sentry 2 (works great) with L4 but I need to add a relationship so tha...

0 Likes
1 Replies

Add suffix to my pages

Hello everybody, How can I add a suffix to my pages ? like localhost:8000/users/add.html for exemple...

0 Likes
4 Replies
posted 10 years ago

Post data from angular to laravel

I am trying to make a simple app based on Scotch.io tutorial. I don't have a clue how to get data i...

0 Likes
2 Replies
Solved

Eager loading duplication

I'm trying to set up eager loading to prevent N+1 queries, but I'm finding that I have to duplicate...

0 Likes
0 Replies

watson/validating is not validating

Hello. There's my controller code: $site = new Site; $site->fill(Input::only('name', 'slug', 'con...

0 Likes
1 Replies

xdebug for beginners (with laravel and homestead)

I'm trying to figure out how to use a debugger and what it should be doing if I use it properly. I'v...

0 Likes
0 Replies

variables undefined

I have script: $("#consigneeBtn").on('click', function() { var id = document.getElementByI...

0 Likes
0 Replies

Trying to get property of non-object

I am extremely confused why I am getting this error: ErrorException (E_UNKNOWN) - Trying to get prop...

0 Likes
0 Replies

Pagination?

Ok so I swear this was working about 2 months, but I have returned to the project, run composer upda...

0 Likes
6 Replies
posted 10 years ago

How to install latest laravel 4 minor build with "larval new"

How to install latest laravel 4 minor build with "larval new" command? If I try "lara...

0 Likes
1 Replies
posted 10 years ago

Laravel 5, Need to use model in template?

Hello, In Laravel 4, I use a Page::model to load footer data. Now that I am learning Laravel 5, Page...

0 Likes
3 Replies
Solved

L5 group:prefix routes when running php artisan route:clear

Route::group(['prefix' => 'admin'], function() { Route::get('/', function() { dd('loaded'); }...

0 Likes
2 Replies
Solved

Authentication Logout error

I get error Symfony \ Component \ HttpKernel \ Exception \ MethodNotAllowedHttpException when I use...

0 Likes
2 Replies
Solved
posted 10 years ago

5.0 Documentation Bad Link

The IoC Container link on http://laravel.com/docs/5.0/facades (in the first note box) is broken (pag...

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