My configuration works fine on Localhost. The email go through successful. But when I deploy it on t...
bijaygithub liked this thread
Any video tutorial or link for Laravel 5 Authentication? Thanks in advance.
Hello. I have been having an issue with my laravel site for a few weeks now and I have tried every s...
hi! I'm usign Sentry 2 .1 on laravel 4.2. When im logged in like a User for example "Admin1&quo...
Hi guys, I put the code below in my controller(I'm using Laravel 5): if(Session::has('user')){ retur...
So, I am trying to create multiple sites on the same DO server, but the only way I get it to work is...
Hello everyone. First case: At the database level have I created two users - "app_web_worker&qu...
Hello. I am trying to catch any errors that might come up when using the Billing service in Laravel....
You've likely seen or heard of Cachet, the open source status page system which is currently in beta...
On Laravel 4.2 I can extend Custom Request class (http://laravel.com/docs/4.2/extending#request-exte...
Hi everyone, a "simple question" maybe it's not possible... I have this query repeated con...
Hello, I am using Laravel 4.2 to develop a web application for teachers. I have a User model that c...
In all examples I see pivot with tables relationship. Is it possible: I have result from one table [...
hello i want to save user ip in my DB. How to use Request::ip() in laravel 5?
i use this query CREATE TEMPORARY TABLE temp1 ENGINE=MEMORY AS (SELECT a.account AS Account, a.name...
Im using laravel-dompdf package to generate PDF file it's working fine but the problem is I want to...
Hi guys, I don't understand Middlewares that much yet. Can they be used to always form our response...
Why did they remove Forms and HTML in Laravel 5? and what is the replacement for these? Thanks in ad...
Laravel 5. I have 3 related tables. **Posts** user_id ... ... **Users** id ... ... **Tags** id nam...
I like how the new Auth & Password logic is laid out but I'm having some trouble getting my head...
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