Hey guys ! My question today is very simple. I have an employees table containing a type_id column a...
Hi. I'm trying to use queue in my app. I have a form which allow the admin to define a date to send...
I have two models. My first one is: <?php namespace App; use Illuminate\Database\Eloquent\Model;...
When a user is logged in, I bet Laravel has a clever way of showing whats in the database row for th...
How to call each other Repository. class PostRepository { } class UserRepository { } PostRepositor...
My Android app is sending Json Array to Laravel 5.0 Rest Api. When i try the code with HttpRequester...
Greetings. I am having trouble with a MassAssignmentException. I was following along Jeffrey Way's v...
Hi guys I have a problem, i created a project for laravel app . But I can't find the folder in Bash...
I have a table auctions with a column start_amount with a one-to-many relationship to another table...
HI Community, im just getting started with Laravel and Eloquent. I'm watching the Laracasts and I'm...
Hi everyone. I have created a CRM with Laravel 5 and now, for stats purposes I had to develop an Sto...
i need to create custom command for create a new database in laravel? ex $php artisan Database Data...
Package fully inspired by this Laracasts lesson: https://laracasts.com/series/eloquent-techniques/ep...
i need to to use "Geometric Types (Box,Circle,Line,Line Segment,Path,Point,Polygon)" in la...
Hi I'm using yajra datatables for Laravel 5 it was returning a json response but showing that respon...
hai , i need add one column in data base like location . that field should be a geo-location , but i...
This is my route Route::get('/customer/{name}', function($name){ $name = strtolower($name); $custo...
I have trying to convert two laravel collections in to string using json_encode($collection_array),...
I have this route in my application: Route::get('/files/{file?}', 'FilesController@checkFile') ->...
Hi, is there any way to register service provider automatically?
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