Laravel, Buefy starter. This package is to get you going as fast as possible.
Larabue is a simple and lightweight admin template that combines Laravel, Vue.js, and Buefy. It is implemented with Sanctum and aims to provide a clean and simple solution for building admin interfaces.
git clone git@github.com:dalholm/larabue-simple-laravel-sanctum-spa-admin.git yourprojectnamecd yourprojectname.env.example file and rename it to .env.env file and set your database connection detailsSANCTUM_STATEFUL_DOMAINS value in .env to your domainSESSION_DOMAIN value in .env to your .domain.comcomposer installphp artisan key:generatephp artisan migratephp artisan db:seednpm install or yarnLarabue is a lightweight admin template built with Laravel, Vue.js, and Buefy. It provides several useful features, such as a responsive frontend with Buefy UI, custom layouts for pages, and examples for authentication functionality. With its integration with vform and authentication with Sanctum, Larabue aims to simplify the process of building admin interfaces. Installation is straightforward, requiring the cloning of the repository, setting up the environment files, running migrations and seeds, and installing dependencies. Overall, Larabue offers a solid foundation for building admin interfaces with Laravel and Vue.js.