Support the ongoing development of Laravel.io →

ttimot24

Joined 21 Oct 2016
Developer of HorizontCMS

Statistics

Threads 8
Replies 8
Solutions 1
Articles 0

Laravel 8 based CMS

Hi! Let me show you my project that I'm working on a while. It's a content management system created...

0 Likes
0 Replies

Change test files directory in Dusk

Hi! I want to start using Laravel Dusk to my browser tests, but my test files are under resources/te...

0 Likes
3 Replies

Laravel 8 based CMS.

Hi! Let me show you my project that I'm working on a while. It's a content management system created...

ttimot24 liked this thread

1 Likes
0 Replies

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

Is there a way to catch the table names if I run migration from a controller?

0 Likes
2 Replies

Special character problem

Hi! I've got this exception when I van to save Ő character into the database. What should I do? SQLS...

0 Likes
1 Replies
replied 5 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 7 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 7 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 7 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 7 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.

© 2024 Laravel.io - All rights reserved.