Support the ongoing development of Laravel.io →
ttimot24

ttimot24

Joined 21 Oct 2016
Developer of HorizontCMS

Statistics

Threads 8
Replies 8
Solutions 1
Articles 0

How to start a plugin system?

Hi! I would like to build a plugin system, any suggestion how to start?

0 Likes
0 Replies

How to call Model without namespace in View?

Is there a way to call models in view like this $blogpost = new Blogpost(); without namespace? I don...

0 Likes
3 Replies

How to modify $app at runtime?

Hi! i would like to dynamically change a path in my laravel 5.3 app from a middleware. How can I acc...

0 Likes
6 Replies
Solved
replied 7 years ago

Change test files directory in Dusk

Well I checked the source code, and I found out that unfortunatelly it's hardcoded.

0 Likes
replied 9 years ago

Class App\Http\Controllers\Auth\ActivationService does not exist

Try with a backward slash at the begining of you classnamespace: new \Auth\ActivationService()

0 Likes
replied 9 years ago

Can I catch table names thats currently beeing created by the migration?

I'm working on a plugin system, and I would like to store the tables created by the plugin migration...

0 Likes
replied 9 years ago

Prevent multiple signs of same values in table?

Hi! I guess you have to set multiple unique columns. You can do it with unique or primary property....

0 Likes
Solved
replied 9 years ago

How to modify $app at runtime?

You just have to define a row in db for theme, and build the theme path/namespace by that value dyna...

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.

© 2026 Laravel.io - All rights reserved.