Download the PHP package dalholm/larabue without Composer
On this page you can find all versions of the php package dalholm/larabue. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package larabue
Larabue Laravel vuejs buefy Admin SPA
A simple lightweight admin template based on laravel, vuejs and buefy. Implemented with Sanctum and makes everything just simple and clean.
Screenshot
Features
- Laravel 7.x + Vue + Vue Router + Vuex
- Frontend built with Buefy UI framework
- Pages with custom layouts
- Examples for login, register and password reset
- Integration with vform
- Authentication with sanctum
- Webpack with laravel-mix
Installation
git clone [email protected]:dalholm/larabue-simple-laravel-sanctum-spa-admin.git yourprojectname
cd yourprojectname
cp .env.example .env
- Edit
.env
and set your database connection details - Edit
SANCTUM_STATEFUL_DOMAINS=
to your domain.com - Edit
SESSION_DOMAIN
to your.domain.com
composer install
php artisan key:generate
php artisan migrate
php artisan db:seed
npm install
/yarn
Composer
composer create-project dalholm/larabue && cd larabue
npm install
/yarn
- Edit
.env
and set your database connection details php artisan migrate
php artisan db:seed
Usage
- login: yourdomain.test/login
- Username: [email protected]
- Password: admin
Development
Production
Changelog
Please see CHANGELOG for more information what has changed recently.
All versions of larabue with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2.5
fideloper/proxy Version ^4.2
fruitcake/laravel-cors Version ^1.0
guzzlehttp/guzzle Version ^6.5
intervention/image Version ^2.5
laravel/framework Version ^7.0
laravel/sanctum Version ^2.0
laravel/tinker Version ^2.0
laravel/ui Version ^2.1
spatie/laravel-permission Version ^3.15
fideloper/proxy Version ^4.2
fruitcake/laravel-cors Version ^1.0
guzzlehttp/guzzle Version ^6.5
intervention/image Version ^2.5
laravel/framework Version ^7.0
laravel/sanctum Version ^2.0
laravel/tinker Version ^2.0
laravel/ui Version ^2.1
spatie/laravel-permission Version ^3.15
The package dalholm/larabue contains the following files
Loading the files please wait ....