since laravel's built in authentication uses user model? For example I want to separate the admin fr...
Hello I'm making a website that have two points: Clients Business Clients: static pages like home,...
Hi there I'm new to laravel so please excuse me if this question is dumb or already answered. I'm tr...
Hi Everyone. I Was wondering why Eloquent use count(*) to join between two tables? For exemple, if I...
when i submit my form and check validation on laravel and laravel returns $errors to my page and i s...
when i run php artisan it show this error message {"error":{"type":"ErrorEx...
Hello, I have array of ids: $games = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10 .....]; I want to check which o...
Im new to laravel and hoping someone can help me out. I have a simple classifieds page that pulls a...
Im trying to remove the Cache-Control: no-cache from my Laravel 5, so i created a middleware to hand...
Hi this is my system os windows php 5.5 i have a project from a friend and it was working well on th...
excuse me. I'm already develop website using laravel 5.1 but a have problem how to setup laravel 5.1...
I can now create solutions for registering products . The existing system was not put in the DB by r...
Sorry if this sounds a bit daft but when deploying on my site using forge there is always a server e...
I have this sample route: Route::get('orders/{orderid}/cambiaestado/{estado}', function($orderid = n...
I am using Laravel as a backend API on a subdomain (api.example.com). My front end lies on a differe...
I am trying to pass request variables to unit test my api calls to the controller, which i do as fol...
I am trying to retrieve and show with a blade file more than one record and cant figure out how. If...
Hi, Any idea how to add an item to the beginning of the collection without altering the collection k...
Hello i have 2 models with Many to many relationship. How can i access for this data? Models : clas...
MySQL docs states: The supported range is '1000-01-01' to '9999-12-31' But if I create a carbon obje...
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