syahdham / stisla-laravel-base

This is a Laravel admin using Stisla as a template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Strated

Installation

Clone the repository

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

or

git@github.com: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/

About

This is a Laravel admin using Stisla as a template.


Languages

Language:JavaScript 83.4%Language:CSS 6.7%Language:PHP 6.7%Language:Blade 3.0%Language:Shell 0.0%Language:SCSS 0.0%