Hello Does laravel 5 have an artisan command for making the reminders table? I've tried what I've fo...
I managed to install laravel homestead on windows 7 and all seems to work correctly. Yet, I fail to...
Hello there. I want to create a multi site with multi languages support. All`s good for now: i cre...
I find that a lot of the output I do in my views shouldn't be or doesn't need to be escaped. After...
I am trying to work out how to cache a blade view, that has dynamic data. My concept is this: I have...
Hi there. Here is my problem I have an eloquent model called Notification with a polymorphism relati...
I have a view in (inbox/pagination.blade.php) Here is the contents @if($paginator->getLastPage()...
Currently I am working on a multi site platform on Laravel 5. When a user accesses the site, the set...
Hello, How do I create my own custom login method? I know that extending a trait is not posible. htt...
I am building a specific kind of messaging system. A user can message a user. A user can message a c...
Yo! I would like to use User::find to every page of my Laravel site, views and controllers. In Larav...
So, I have a situation where users can add posts to a forum and then comment on those posts. What I...
I try to update user image but when i try to update it save image name in database like C:\wamp\tmp\...
Hello, I have this migration file <?php use Illuminate\Database\Migrations\Migration; class Cr...
I'm going through the laravel documentation and practicing table joins and I am trying to join 2 tab...
Basically, I'm trying to use the following table structure in Eloquent. I have a polymorphic table t...
Hey all, I have the following : - https://gist.github.com/rsmarshall/24b52155d162d6c781cf At the end...
I've developing a website using Laravel 4.1, and I'm seeing very slow loading times on every page....
Hello, i would like to know how can i increase the starting id in a database of users.
Hi, I have service provier: class TwitterServiceProvider extends ServiceProvider { public functi...
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