For my final project at school I'm going to build a Laravel 5 package. Now the past days I'm experim...
I'm new to laravel.With Laravel 5 I read that you have to add "illuminate/html": "5.0...
I just installed l5 and am trying to run a simple query using $users = User::find(1); But when I run...
I got an error message like this one below, MethodNotAllowedHttpException in compiled.php line 7634:...
Where is these codes below, URL::to URL::route in the documentation? Thanks in advance.
Very odd problem here. I'm running supervisor + beanstalkd, supervisor is 3.1.3 (so it supports dir...
I've been searching forever to find the answer to this. I would really love to use Laravel, but I've...
Hi there I am fairly new to Laravel and for my current project I decided to use the Bootstrap-CMS fr...
A native driver which uses Auth::extend and does not require any additional MongoDB related package....
Hello, people. I have a problem that is confusing me. I'm working with relationships, but part of th...
Hi i used auth filter for a group of routes that i dont want to guest user access to it ,but i have...
I am using Laravel 4 and the Eloquent model for a project we are working on. The database conforms t...
For example: <link rel="shortcut icon" href="{{ URL::to('favicon.ico') }}"> returns: <link...
Hi, I have two websites on the same server with same subdomains and share same database. (website1.d...
Hi guys I have a very strange error deploying a github site via Forge. I get the following error: f...
Hi everyone! I am creating a controller based application and stuck with error handling. I know I ca...
I got this query: SELECT (SELECT GenreDescription FROM Genre WHERE GenreId = Reports.ReportGenreId)...
I'm designing a Laravel 5 site for an internet radio station and need a header that does not refresh...
Problem: ReflectionException in compiled.php line 1029: Class AdminPagesController does not exist Is...
I'm trying to use javaBridge with laravel and J2SE. I want to be able to access a java class using p...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community