Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

ferjal0/lavuel

Repository files navigation

Lavuel

Admin scaffolding with Laravel + Passport + Vue

What's inside

Requirement

  • PHP >= 7.1.3
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • Ctype PHP Extension
  • JSON PHP Extension
  • Node >= 8.9.4
  • NPM >= 5.6.0

How to install it

Clone this repo

git clone https://github.com/ferjalo/lavuel.git
cd lavuel
rm -r .git

Install dependencies

composer install
npm install

Create application key

cp .env.example .env
php artisan key:generate

Migrate database & install passport credentials

# After you make the migration and passport install you have to setup your database
# For that just create your mysql database. Then add the database name, user & password to the .env file
php artisan migrate
php artisan passport:install

Add write permission (only for Unix)

chmod -R go+w storage bootstrap/cache

Compile static assets

# for Development
npm run dev

# for Production
npm run prod

# for Development with HMR (Hot Module Replacement)
npm run hot

License

This project is licensed under the MIT License.

Made with ❤️ by https://ferjalo.com.ar

About

Lavuel - Admin panel scaffolding with Laravel + Passport + Vue

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages