All Projects β†’ nyancodeid β†’ Laravel 8 Stisla Jetstream

nyancodeid / Laravel 8 Stisla Jetstream

Laravel 8 + Jetstream + Livewire + Stisla

Projects that are alternatives of or similar to Laravel 8 Stisla Jetstream

Oc Mall Plugin
πŸͺ E-commerce solution for October CMS
Stars: ✭ 128 (-19.5%)
Mutual labels:  hacktoberfest, laravel
Jigsaw
Simple static sites with Laravel’s Blade.
Stars: ✭ 1,823 (+1046.54%)
Mutual labels:  hacktoberfest, laravel
Health
Laravel Health Panel
Stars: ✭ 1,774 (+1015.72%)
Mutual labels:  hacktoberfest, laravel
Laravel Mail Editor
MailEclipse ⚑ Laravel Mailable Editor!
Stars: ✭ 1,714 (+977.99%)
Mutual labels:  hacktoberfest, laravel
Has Parameters
A trait that allows you to pass arguments to Laravel middleware in a more PHP'ish way.
Stars: ✭ 149 (-6.29%)
Mutual labels:  hacktoberfest, laravel
Onramp
Easing the onramp for new or non-PHP developers to become Laravel devs.
Stars: ✭ 123 (-22.64%)
Mutual labels:  hacktoberfest, laravel
Simple Qrcode
An easy-to-use PHP QrCode generator with first-party support for Laravel.
Stars: ✭ 1,923 (+1109.43%)
Mutual labels:  hacktoberfest, laravel
Laravel Api Boilerplate
A Boilerplate Project For Laravel API's (NOT MAINTAINED)
Stars: ✭ 113 (-28.93%)
Mutual labels:  hacktoberfest, laravel
Laravel Ide Helper
Laravel IDE Helper
Stars: ✭ 11,893 (+7379.87%)
Mutual labels:  hacktoberfest, laravel
Pipedrive
Complete Pipedrive API client for PHP
Stars: ✭ 138 (-13.21%)
Mutual labels:  hacktoberfest, laravel
Facebook
πŸ“¨ Facebook Notifications Channel for Laravel
Stars: ✭ 120 (-24.53%)
Mutual labels:  hacktoberfest, laravel
Symposium
Management of proposals, bios, photos, etc. for conference speakers.
Stars: ✭ 157 (-1.26%)
Mutual labels:  hacktoberfest, laravel
Goodwork
Self hosted project management and collaboration tool powered by TALL stack
Stars: ✭ 1,730 (+988.05%)
Mutual labels:  hacktoberfest, laravel
Voyager
Voyager - The Missing Laravel Admin
Stars: ✭ 10,801 (+6693.08%)
Mutual labels:  hacktoberfest, laravel
Collector Intellij
A PhpStorm plugin for refactoring to collections
Stars: ✭ 114 (-28.3%)
Mutual labels:  hacktoberfest, laravel
Daybydaycrm
DaybydayCRM an open-source CRM, to help you keep track of your daily workflow.
Stars: ✭ 1,856 (+1067.3%)
Mutual labels:  hacktoberfest, laravel
Laracom
Laravel FREE E-Commerce Software
Stars: ✭ 1,570 (+887.42%)
Mutual labels:  hacktoberfest, laravel
Laravel Translations Loader
Webpack loader to import Laravel translation files (PHP or JSON) into your JS bundle as JSON.
Stars: ✭ 109 (-31.45%)
Mutual labels:  hacktoberfest, laravel
Ignition
A beautiful error page for Laravel apps
Stars: ✭ 1,885 (+1085.53%)
Mutual labels:  hacktoberfest, laravel
Laravelresources
Speed Up package development for Laravel Apps with API's
Stars: ✭ 152 (-4.4%)
Mutual labels:  hacktoberfest, laravel

Laravel 8 + Stisla + Jetstream + Livewire

we love Stisla Admin Template and Laravel 8 let's make them love each other.

contributions welcome

What inside?

Include simple Data Table with Livewire (CRUD).

What next?

After clone or download this repository, next step is install all dependency required by laravel and laravel-mix.

# install composer-dependency
$ composer install
# install npm package
$ npm install
# build dev 
$ npm run dev

Before we start web server make sure we already generate app key, configure .env file and do migration.

# create copy of .env
$ cp .env.example .env
# create laravel key
$ php artisan key:generate
# laravel migrate
$ php artisan migrate

How does it look?

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].