I have a database that will contain all the data for an applicant, however each section will be sepa...
I'm planning on using NodeJS frontend and a Laravel backend for a project. Authentication I am plann...
As a controller is this bulky or is it ok? I try to follow as much of Laracasts tutorials to keep th...
I have the following query that needs to count how many occurrences there is of the events (using an...
I am creating a bug tracking tool for mainly personal/in-house usage. BugSnag is kind of the motivat...
Answer for number 1; routing from the database is quite hard in Laravel however you could use the su...
Long shot but re-do your entity diagram in here http://www.laravelsd.com/ and you can download it.
$model->with(['my-relation' => function($query) { $query->where('shop_visible', '=', tr...
I'm not deciding a way forward for you but If you store them separate you can still concatenate them...
If you can access the directory in FTP, C-Panel or shell, chmod the app/storage directory with 777 p...
The Laravel portal for problem solving, knowledge sharing and community building.