An open API service indexing awesome lists of open source software.

https://github.com/webpixels/laravel-starter-kit

A minimal starter kit for Laravel 8 using Bootstrap 5 and Webpixels CSS.
https://github.com/webpixels/laravel-starter-kit

authentification bootstrap5 framework laravel starter-kit ui-components uikit

Last synced: 10 months ago
JSON representation

A minimal starter kit for Laravel 8 using Bootstrap 5 and Webpixels CSS.

Awesome Lists containing this project

README

          

# Laravel Starter Kit

A minimal starter kit for Laravel 8 using Bootstrap 5 and Webpixels CSS.

## Features

- Laravel 8
- Laravel UI (for basic scaffolding like authentication)
- Bootstrap 5
- Webpixels CSS (design system for Bootstrap 5)
- Laravel Mix

## Install

```
composer install
```

```
npm install
```

```
php artisan migrate
```

```
php artisan serve
```

```
npm run watch
```

## Learn

Learn how to use, customize and integrate our tools with the most popular front end and back end technologies on the web.

- [Webpixels Courses](https://webpixels.io/courses)
- [DEV Community](https://dev.to/webpixels)

## Community

Get updates on the development of our tools and chat with the project maintainers and community members.

- Follow [@webpxs](https://twitter.com/intent/user?screen_name=webpxs) on Twitter
- Read and subscribe to [The Official Webpixels Blog](https://webpixels.io/blog)
- Join the [Webpixels Discord Server](https://discord.gg/hQ9H4wKTSv)