Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Hujjat/laravStart

Repository files navigation

laravStart

Starter Admin For Laravel. This repo is based on practical web application development course on youtube. You can watch the videos on how we make this project or just git clone the project and start using. it.

Tutorial Description

https://www.youtube.com/playlist?list=PLB4AdipoHpxaHDLIaMdtro1eXnQtl_UvE

Let's Build a Multi-Purpose Laravel + Vue Application is out now. In this series, you learn everything you need to know about Building a complete web application with Laravel and Vue js. So, I am so excited that so many of you guys like my content and keep inspiring me to create more videos. My goals is to inspire you to write better code and better applications.

Here are the things you will learn in this series and what the repo include out of the box:

  • How use Vue Router with Laravel
  • How to Install AdminLTE 3
  • How to Use Font Awesome 5 on Laravel
  • How integrate mailchimp with laravel
  • How to use Laravel Socialite
  • How to Login Using Social Media
  • How to Use API in Laravel
  • Api Auth with Laravel Passport
  • JWT with Laravel Passport and JavaScript Request
  • Vue Custom Events
  • Vue form with Laravel
  • Relational Database with Laravel
  • Axios and Ajax Request
  • ACL in Laravel
  • Online Users list
  • And much more...

Installation

It's just like any other Laravel project. Basically here is how you use it for yourself. (it's not completed yet)

  • Clone the repo git clone https://github.com/Hujjat/laravStart.git
  • cd to project folder.
  • Run composer install
  • Save as the .env.example to .env and set your database information
  • Run php artisan key:generate to generate the app key
  • Run npm install
  • Run php artisan migrate
  • Done !!! Enjoy Customizing and building awesome app