Support the ongoing development of Laravel.io →

1,816 Threads

Route model binding & Repositories

Greetings. I am having some confusion about route model binding with/vs repositories. Here's how I...

0 Likes
0 Replies

Laravel and angularjs in homestead

I want to get started with homestead for my project. This is an existing project, and it works when...

0 Likes
0 Replies

Is it possible to set global param in Laravel named routes?

I have routes like: Route::group(['prefix' => '{locale}'], function() { Route::get('/post/{slug}...

0 Likes
1 Replies

Global Scopes

I created new Global scope "StatusableScope" class Post extensd Model { use StatusableTra...

0 Likes
0 Replies

Storage::name($file) is not working in Laravel 5.0

API for Lara 5 says that we have name method to Extract the file name from a file path. http://larav...

0 Likes
1 Replies

Looking for a solid partner - Multi tenancy application

I run a dog walking business, and have multiple dog walkers. I created a system to manage my busine...

0 Likes
1 Replies

How to create Multiple/Custom Logs in Laravel 5

Just to preface-- this is my first post and I am newbie (to both this forum and Laravel) so I apolog...

0 Likes
0 Replies

Spurious "Invalid host" errors when unknown client sending "*.whatever.com" as host header

Probably some bot somewhere, but a few times a week I get: production.ERROR: exception 'UnexpectedVa...

0 Likes
0 Replies

Accessing HTML files in the public directory

My website is built with Laravel but I need the public directory to act like a regular directory. In...

0 Likes
3 Replies

Use multiple prefixes for the same route-group

I'm scaffolding an API interface and want to be able to have multiple versions accesible via differe...

0 Likes
2 Replies
posted 10 years ago

RuntimeException Aborted when migrating

Okay, 1. problem fixed, next: When I run this code: Artisan::call('migrate'); Then I have: Runtime...

0 Likes
6 Replies

Looking for a teaching platform

I'm looking to build a site to teach several areas of amateur radio including FCC licensing and othe...

0 Likes
1 Replies

Customizing Graham Campbell's Bootstrap-CMS

Hi there I am fairly new to Laravel and for my current project I decided to use the Bootstrap-CMS fr...

0 Likes
3 Replies

Ajax style header - Laravel 5

I'm designing a Laravel 5 site for an internet radio station and need a header that does not refresh...

0 Likes
1 Replies

Laravel using javaBridge-- Please help

I'm trying to use javaBridge with laravel and J2SE. I want to be able to access a java class using p...

0 Likes
1 Replies

Custom 500 Page for firstorfail() ModelNotFoundException

Can anybody explain step by step how to setup files to render a custom 500 page after a firstorfail(...

0 Likes
3 Replies
Solved

Realtime notifications with Laravel

Hello, I have to develop a Laravel application where all the clients can receive realtime notificati...

0 Likes
1 Replies

[L5] Allow CRUD only to user that owns resource. Best way?

Hello, I have User model and several other models that belongsTo User. I have a lot of routes for ch...

0 Likes
3 Replies

Best practice for checking record ownership

Let's say I have a user_id or tenant_id associated with every row created. What is the best practice...

0 Likes
2 Replies

500 Internal Server error logging

I recently discovered a bug in one of our queries that created a 500 internal server error. My quest...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.