laravel-boilerplate Tailwind Templates

Laravel Boilerplate

šŸš€ Boilerplate and Starter for Laravel 9.19, Tailwind CSS 3.1.0 and Inertia 0.11.1

Boilerplate and Starter for Laravel 9.19, Tailwind CSS 3.1.0 and Inertia 0.11.1

šŸš€ Boilerplate and Starter for Laravel, Tailwind CSS and Inertia

Clone this project or use it as a template, to create your own Laravel application.

What's included

Developer experience first:

Requirements

  • PHP 8.1+ and Composer
  • Laravel supported database, for example MySQL or PostgreSQL

Getting started

Make sure you have your database up and running.

Create a database for your application.

Run the following command on your local environment:

git clone --depth=1 https://github.com/sugarforever/laravel-boilerplate.git my-project-name
cd my-project-name
npm install
composer install

Then, you can copy .env.example and paste it as .env, and fill in the database information.

cp .env.example .env

Then, you can run locally in development mode with live reload to build and watch the assets:

npm run dev

Now, you can launch the Laravel application locally in development mode:

php artisan server

Open http://localhost:8000 with your favorite browser to see your project.


Made with ♄ by verysmallwoods

Top categories

Loading Svelte Themes