owiesnama / LaravelArgon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Argon

laravel ready to use project that providing some essential features that any project needs

Features

  1. Users authentication with github.
  2. Ready to use pages (Register, Login, Profile ...etc).
  3. Search Experience improvement using Algolia.
  4. Beautiful Theme.

Built With

Installing

This is basic and simple installation guide for new Laravel developers

1. Clone or download github project
$ git clone https://github.com/owiesnama/LaravelArgon.git
2. Configure Project

copy and rename .env-example to .env

$ cp .env-example .env
2. Generate Project Key
$ php artisan key:generate
2. Install PHP dependencies
$ composer install
3. Install JS dependencies
$ npm install
3. Serve Laravel Project
$ php artisan serve

run npm

$ npm run dev

Enjoy coding :)

About


Languages

Language:PHP 88.4%Language:HTML 10.9%Language:Vue 0.7%