Support the ongoing development of Laravel.io →

chriskonnertz

Joined 31 Jan 2014

Statistics

Threads 10
Replies 23
Solutions 4
Articles 0
posted 6 years ago

Package development: Best practice forconfig file?

Hello, I am developing a Laravel package and I am wondering what is the best practise when dealing...

0 Likes
1 Replies

Lifecycle: After App Service Provider, Before Rest?

Hello, where can I place code (Laravel 5.1) that has to be executed after the App\Providers\AppServi...

0 Likes
1 Replies
Solved

Two-Sided Eloquent Relation?

Hello, in my application users can add other users (to establish a "friendship"). Therefor...

0 Likes
0 Replies

SoftDeletingTrait: What is the point?

Hey, lately I have got a lot of troubles with models that use the SoftDeletingTrait. If I want to ha...

0 Likes
2 Replies

Extending Illuminate\View\Engines\CompilerEngine

Hey, is there a way to extend Illuminate\View\Engines\CompilerEngine? I want to override one of its...

0 Likes
1 Replies
replied 8 years ago

How to make a data persist temporarily until approved by an Admin

Well why do you need a seperate table? Why not use the same table but add another attribute "pu...

0 Likes
replied 8 years ago

Lifecycle: After App Service Provider, Before Rest?

Solution: Use middleware. So obvious... ;)

0 Likes
Solved
replied 8 years ago

Laravel 5 Package Configuration

Solution: Copy vendor/cartalyst/sentry/src/config/config.php to config/cartalyst/sentry.php

0 Likes
replied 9 years ago

Session not working

Please give us more information. "is not working" is not a helpful description of the prob...

0 Likes
replied 9 years ago

AJAX and blade

type: "GET", // not POST, laravel won't allow it Why not? Because of the CSRF protection?...

0 Likes

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.