Support the ongoing development of Laravel.io →

How to use laravel Auth::user() outside laravel and pass data in custom php?

I am trying to implement simogeo filemanager into laravel and using it in combination with tinymce i...

0 Likes
0 Replies
posted 10 years ago

Laravel 5 Package Error

http://i60.tinypic.com/9fo6fs.jpg composer require barryvdh/laravel-elfinder { "name": &qu...

0 Likes
2 Replies

Validating error - Laravel 5

Hi guys, I am trying to do the controller validation like shown in the docs: http://laravel.com/docs...

0 Likes
0 Replies
posted 10 years ago

Is there a way to separate artisan default commands from my app console commands?

I think most of artisan commands are for development, I dont need them when my add is in production....

0 Likes
0 Replies

Artisan runs from CLI but Artisan::call doesn't?

Hi, I'm having a weird error. The following one runs fine on CLI: php artisan migrate --path=workben...

0 Likes
2 Replies

Using currentRouteName on global.php

I gotta use Route::currentRouteName() method on global.php but when I use it in there, it returns nu...

0 Likes
0 Replies
posted 10 years ago

"Class Not Found"

I'm a relative newcomer to Laravel, and trying to set up adLDAP authentication using Laravel 5. I've...

0 Likes
1 Replies

Check out my first Laravel 5 Package

This is my first package built for L5. Thought i'd give everyone a peek since many of you here helpe...

0 Likes
0 Replies
posted 10 years ago

Laravel 4 package install laravel 5

Laravel 4 package install laravel 5 ?

0 Likes
5 Replies
posted 10 years ago

concrete type

what the Laravel official documentation means by "concrete type" .

0 Likes
2 Replies

How do I implement a form with Empty, Update, and Submit buttons?

Hi, I have a page that displays the contents of a shopping cart in a table. The Quantity field is a...

0 Likes
0 Replies
posted 11 years ago

Cache and memory problem L4.2

Hey everyone, I have a strange problem, when i tried to use Cache "sometimes" it throws Fa...

0 Likes
2 Replies
posted 11 years ago

Laravel 4.1 now works on nitrous.io

Hey there, I've written a little howto for Laravel on nitrous (a cloud IDE). The article can be foun...

0 Likes
4 Replies
posted 10 years ago

Authentication always returns fail

my controller public function show() { $errors = 'Invalid Login Credentials'; $credentials = [...

0 Likes
3 Replies

No query results for model [User].

Hi! im sorry if im asking the same question, it was not clear enough for me why this error is showin...

0 Likes
1 Replies

How to secure sections of my site

Hi using laravel 4.2 on an apache server I'm trying to secure sections of my site with SSL - I'd li...

0 Likes
4 Replies

how to convert after upload image to base 64 in laravel to save in db?

Hello, how to convert after upload image to base 64 in laravel to save in db? upload code here $file...

0 Likes
4 Replies
Solved

Symfyno deprecated message on production

Hi i am getting the error message posted below on my production server but not on my local developme...

0 Likes
3 Replies
Solved
posted 10 years ago

Getting Symfony deprecation message

On a fresh install of L5 I have been getting a Symfony message: ( ! ) Deprecated: The Symfony\Compon...

0 Likes
4 Replies

Refreshing page causes TokenMismatchException

In my routes I am using the csrf filter, and it is working fine. Route::get('items/index', array('be...

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