htmx-laravel

Htmx Laravel

Trying to see if htmx+laravel can work nicely, also, trying to figure out if I need, svelte for frontend UI when working with laravel.

htmx+laravel

Trying to see if htmx+laravel can work nicely, also, trying to figure out if I need, svelte for frontend UI when working with laravel.

Running

The usual, clone then:

Install and configure

composer install

Then copy the env.example to .env document, and set the following:

DB_CONNECTION=sqlite

nb: make sure you remove the line: (i do not know exactly why it works, lol.):

DB_DATABASE=htmx

And then we can generate-api-key and migrate the db:

php artisan key:generate
php artisan migrate

pnpm

pnpm install
pnpm build

run

php artisan serve

You should then be able to access the tasks — happy hunting.

Top categories

Loading Svelte Themes