Support the ongoing development of Laravel.io →

isomis

Joined 7 Jul 2014

Statistics

Threads 10
Replies 8
Solutions 1
Articles 0
posted 7 years ago

Create a custom middlewareGroup in custom package

This is not working: public function boot(\Illuminate\Routing\Router $router) { $rou...

0 Likes
1 Replies
posted 7 years ago

Automatically load required packages

how automatically load packages in a custom package outside vendor directory? I made a directory pac...

0 Likes
0 Replies
posted 8 years ago

detect middleware or namespace in service provider

In my auth.php i have set up the driver to custom. It works create with this service provider: Clas...

0 Likes
1 Replies
posted 9 years ago

Session cart object

I want to make a session cart object for a webshop, what is the best way to approach this in laravel...

0 Likes
1 Replies
posted 9 years ago

Multi-domain question

i want to make a multi-domain frontend application. What is the best place to put the function that...

0 Likes
4 Replies
replied 6 years ago

fully featured ecommerce

beta: http://www.hideyo.io/

0 Likes
replied 8 years ago

detect middleware or namespace in service provider

Already fixed it: public function boot() { if (Request::is('cms') OR Request::is('c...

0 Likes
replied 9 years ago

ORM value '0' set to NULL on save

Do you have something like this in your models: static::saving(function($model){ foreach...

0 Likes
replied 9 years ago

Multi-domain question

I need to communicate with a api and by every request there will be a domain check. The reason for t...

0 Likes
replied 9 years ago

setting empty field to null

solution is changing #model->attributes with $model->toArray().

0 Likes
Solved

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.