Giter VIP home page Giter VIP logo

doode-voyager's Introduction

doode-voyager

Step by Step to install Voyager and a Voyager Frontend

Laravel-Frontend-Backend

Easy You Can Do Laravel Frontend & Backend Using Voyager

Prerequisites

  • PHP >= 7.2.3
  • PHP extension sqlite3 (required for teamtnt/tntsearch)
  • Node & NPM
  • Composer
  • Laravel Requirements

Installation

  1. Install Laravel + Voyager (Replace the $VARs with your own values)

1.0 Install Laravel

  • composer create-project --prefer-dist laravel/laravel $DIR_NAME

1.1 Require Voyager

  • cd $DIR_NAME && composer require tcg/voyager

1.2 Copy .env.example to .env and update the DB & App URL config

  • cp .env.example .env

1.3 Generate a Laravel key

  • php artisan key:generate

1.4 Run the Voyager Installer

  • php artisan voyager:install

1.5 Create a Voyager Admin User

  • php artisan voyager:admin $YOUR_EMAIL --create

2. Install Voyager Frontend

2.0 Require this Package in your fresh Laravel/Voyager project

  • composer require pvtl/voyager-frontend

2.1 Run the Installer

  • composer dump-autoload && php artisan voyager-frontend:install

2.3 Build the front-end theme assets

  • npm run dev

2.4 Set the Laravel search driver in your .env

  • echo "SCOUT_DRIVER=tntsearch" >> .env

doode-voyager's People

Contributors

vitormicillo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.