Stefan Fisk

Results 33 comments of Stefan Fisk

How about https://www.php.net/manual/en/function.debug-backtrace.php?

@strarsis did you forget the link, and if so is this the one https://github.com/strarsis/sage10-fse?

I've been using Eloquent with Acorn for a while. Adding `Illuminate\Database\DatabaseServiceProvider::class` to `config.app.providers` and configuring 'config.database' was all that was needed. I have however not looked into how to handle...

I've now also started using migrations, and so far it just works for me. For the database support I required `illuminate/database` and then added the following `config/database.php` and `App\Providers\DatabaseServiceProvider`: ```

@sammyaxe if you enable `Illuminate\Database\MigrationServiceProvider` the `make:migration` command should be available just like in Artisan.

Which services specifically are registering migrations for you?

I’ve never used [ConsoleSupportServiceProvider](https://github.com/laravel/framework/blob/8.x/src/Illuminate/Foundation/Providers/ConsoleSupportServiceProvider.php), only `MigrationServiceProvider` and `ComposerServiceProvider` directly. [ArtisanServiceProvider](https://github.com/laravel/framework/blob/8.x/src/Illuminate/Foundation/Providers/ArtisanServiceProvider.php) seems to only register commands, so I’m not sure why that would cause you any issues. Could you provide specific...

@sammyaxe I don't see `MigrationServiceProvider` in the list.

@sammyaxe I've never tried using seeders with Acorn, but if you give it a try please let us know how it goes!

Since Tailwind now supports animations, this could be implemented without adding a dependency: https://tailwindcss.com/docs/animation#spin.