I'm building an authentication system using Sentry 2. The problem I'm facing is that I'm unable to...
I need to have some validation rules based on configuration files (those at app/config), so the rule...
Hi im new to Laravel and im just trying to work out the query builder. If i wanted to do this query...
As I have asked a few times before, I'm developing a website/CMS to a game server for which I can no...
Hi all ! Just a simple question. I read on different topic that custom class like helper.php should...
Dear, I want to create Laravel project to php archive file, but I don't khnow. Pl help me.
Hi, I have a pivot table that links users to products. The table has timestamps that are updated wh...
As a controller is this bulky or is it ok? I try to follow as much of Laracasts tutorials to keep th...
Hi Laravel Community, As one of your newest members I'm curious if there's common conventions here a...
Hi, I'm planning on creating a web app that different companies can sign up for. The app will use a...
I was looking at the code in the delete method of the Model object in Model.php. The code eventually...
I have a model where current_order_workflow_step is optional order_workflow_step is basially a join...
The old foums had a place for gigs / job postings. I would like to see that again. Would anyone here...
Hi when I give the following command D:\wamp\www\laravel>php artisan JobController:make jobs I go...
What is the best approach for implementing upload progress bar in Laravel? I know the following opti...
Hi, I want to do something like this: $channel = Channel::select(array( "id", "channe...
I was playing around with emailing users with reset tokens by following the tutorials at http://lara...
Does it make sense to have a separate category for questions and comments about code architecture. I...
select * from `posts` where (select count(*) from `categories` inner join `post_categories` on `cate...
Hello, I am creating my own package and i want to add Auth only for my package using a different tab...
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