This is a Laravel admin using Stisla as a template.

Overview

Getting Strated

Installation

Clone the repository

https://github.com/syahdham/stisla-laravel-base.git

or

[email protected]:syahdham/stisla-laravel-base.git

Switch to the repo folder

cd stisla-laravel-base

Install all the dependencies using composer

composer install

and

npm/yarn install

Copy the example env file and make the required configuration changes in the .env file

cp .env.example .env

Generate a new app key

php artisan key:generate

Run database migration and seeder (Make sure you've already set the database connection in .env)

php artisan migrate --seed

Start the local development server

php artisan serve

You can access the server at http://localhost:8000

Documentation

Laravel : https://laravel.com/

Stisla Template : https://getstisla.com/

You might also like...

Quick access to Laravel's helper method documentation — right from Alfred.

Quick access to Laravel's helper method documentation — right from Alfred.

alfred-laravel-helper-docs alfred-laravel-helper-docs offers you rapid access to documentation for Laravel's helper functions — including those for Co

Aug 11, 2022

a VS Code Extension for Easily Localize any blade/php text in any Laravel project.

a VS Code Extension for Easily Localize any blade/php text in any Laravel project.

Laravel Easy Localize a VS Code Extension for Easily Localize any blade/php text in any Laravel project. Features Custom array key for each translatio

Oct 31, 2022

The best shop by Laravel framework.

Introduction The shopline is an open-sourcem free and advance eCommerce with Laravel framework. Shopline can help you to make your shop easy fast & fr

Dec 27, 2022

A phone input component that uses intl-tel-input for Laravel Filament

A phone input component that uses intl-tel-input for Laravel Filament

Filament Phone Input This package provides a phone input component for Laravel Filament. It uses International Telephone Input to provide a dropdown o

Nov 29, 2022

complete laravel 9 pos sales project - برنامج ادارة المبيعات والمخازن والمشتريات والحسابات وخطوط الانتاج لارافيل 9 ❤ لاتنسونا من صالح الدعاء

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Jan 2, 2023

🚀Starter project with Angular 13, Ngx-admin, NestJS, Nx Workspace, Jest, Cypress, ESLint & Prettier 🚀

🚀Starter project with Angular 13, Ngx-admin, NestJS, Nx Workspace, Jest, Cypress, ESLint & Prettier 🚀

Angular 13 + Ngx-admin + NestJs + NX Starter project with Angular 13, Ngx-admin, NestJs, Nx Workspace, Jest, Cypress, ESLint & Prettier Features ✅ Ang

Jan 4, 2023

At BlackBox Vision we use heavily React Admin to build internal systems for our clients.

🔥 RA Firebase Starter 🔥 At BlackBox Vision we use heavily React Admin to build internal systems for our clients. Also, we rely on firebase a lot for

Jun 7, 2022

Admin portal for the community-profiles web app

cp-admin Admin portal for the community-profiles web app. Created with Strapi and postgresql backend. Hosted with Azure App Services. Strapi Instructi

Nov 4, 2022

🔑 NodeJS keycloak admin client

Keycloak Admin Client Features TypeScript supported Latest Keycloak version supported Complete resource definitions Well-tested for supported APIs Ins

Jul 13, 2022
Comments
Owner
Idhamsyah
Idhamsyah
React Bootstrap admin starter template

React Bootstrap admin starter template screenshots Loading Effect Login page screenshot Forgot password page screenshot Dashboard page screenshot Left

Tarun Dhiman 13 Dec 22, 2022
AMP: is a fast admin dashboard template based on FastAPI

AMP: is a fast admin dashboard template based on FastAPI Introduction AMP: is a fast admin dashboard template based on FastAPI. The project uses its o

Denis Bazarnov 17 Jan 1, 2023
Portal - Free Bootstrap 5 Admin Dashboard Template For Developers

Theme Details & Demo Demo: https://themes.3rdwavemedia.com/bootstrap-templates/admin-dashboard/portal-free-bootstrap-admin-dashboard-template-for-deve

Xiaoying Riley 225 Dec 22, 2022
Instruction how to install laravel echo and pusher without vuejs or even npm

This 2 .js files are used to listen from server broadcasting with laravel-websockets, so that you don't need the use of Vue.js in your laravel app Fol

Muath Assawadi 7 Sep 28, 2022
esbuild plugin to generate mix-manifest.json file compatible with Laravel Mix.

esbuild-mix-manifest-plugin An esbuild plugin to generate a mix-manifest.json compatible with Laravel Mix. Installation You can install the plugin via

Stefan Zweifel 6 Dec 25, 2022
Package for creating entity framework in a nodejs project based on Laravel artisan system.

Artisan Structuring system for an ExpressJs project. Version [Production] release 0.2.0 artisan - npm package Dependencies nodejs Installations Instal

Filipe A.S 17 Dec 11, 2022
Arquivos do Curso de Laravel 9.x

Setup Docker Para Projetos Laravel 9 com PHP 8 Assine a Academy, e Seja VIP! Passo a passo Clone Repositório git clone https://github.com/especializat

EspecializaTi 56 Dec 6, 2022
A demo app showingcasing laravel-livewire-wizard

A demo of spatie/laravel-livewire-wizard This repo contains a Laravel app to showcase the spatie/laravel-livewizard package. Usage Clone the repo Copy

Spatie 52 Dec 29, 2022
🍺 Integrates Laravel Pint into your VSCode projects for automatic code formatting

Laravel Pint for VS Code This extension is NOT official from the Laravel team. Take a look into the official project. Integrates Laravel Pint into you

Open Southeners 34 Dec 8, 2022
A Laravel Blade parser, compiler, and static analyzer written in TypeScript.

Blade Parser This library provides a Laravel Blade parser written in TypeScript. In addition to being able to parse Blade template files, this library

Stillat 7 Jan 4, 2023