Skip to content

MeKHell/LudoTest

Repository files navigation

Laravel ^12 and SolidJS ^1.9 Starter Kit

Note: This is a very basic starting point, no authentication is included.

This gets you started with Laravel ^12, SolidJS ^1.9, and TailwindCSS ^4.

Installation

  1. Clone the repository:
git clone git@github.com:jhavenz/laravel-solid-tmpl.git
  1. Jump into the project root:
cd /path/to/your-repo
  1. Install the dependencies:
composer update && npm install
  1. Copy the .env.example file to .env:
cp .env.example .env
  1. Generate the application key:
php artisan key:generate
  1. Run the migrations:
# (Optional) Create the database
touch database/database.sqlite

php artisan migrate
# or
php artisan migrate:fresh --seed
  1. Start the development services:
composer dev

Contributing

Contributions are welcome.

If you see potential improvements, please let me know or open a PR/issue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors