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.
- Host: GitHub
- URL: https://github.com/webpixels/laravel-starter-kit
- Owner: webpixels
- License: mit
- Created: 2021-05-18T11:05:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-22T21:20:54.000Z (about 4 years ago)
- Last Synced: 2025-04-05T04:37:53.263Z (10 months ago)
- Topics: authentification, bootstrap5, framework, laravel, starter-kit, ui-components, uikit
- Language: CSS
- Homepage:
- Size: 574 KB
- Stars: 28
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)