michalsn / codeigniter-htmx-demo

This is a demo for CodeIgniter HTMX helper library.
https://michalsn.github.io/codeigniter-htmx/
MIT License
60 stars 13 forks source link

Path in seed command needs corrected #1

Closed gapmiss closed 1 year ago

gapmiss commented 1 year ago

Nice package. Am exploring the demo and look forward to integrating it into my project. There is a slight mis-spelling in your seed commands.

php spark db:seed Michalsn\\CodeIgniterDemoHtmx\\Database\\Seeds\\SeedBooksTable
php spark db:seed Michalsn\\CodeIgniterHtmxDemo\\Database\\Seeds\\SeedParagraphsTable

should be

php spark db:seed Michalsn\\CodeIgniterDemoHtmx\\Database\\Seeds\\SeedParagraphsTable

Thank you.