| Install | |
|---|---|
composer require olakunlevpn/mages |
|
| Latest Version: | 1.0.0 |
| PHP: | ^8.0 |
A Mages (Bootstrap 5, Alpine.js, Laravel and Livewire) Preset for Laravel
If you're not familiar with the name, it's an acronym that describes the main technologies involved in the stack:
Here are some notable features:
This preset is intended to be installed into a fresh Laravel application. Follow Laravel's installation instructions to ensure you have a working environment before continuing.

Then simply run the following commands:
composer require livewire/livewire olakunlevpn/mages
php artisan ui mages
npm install
npm run dev
If you would like to install the preset and its auth scaffolding in a fresh Laravel application, make sure to use the --auth flag on the ui command:
composer require livewire/livewire olakunlevpn/mages
php artisan ui mages --auth
npm install
npm run dev
Some notable features of the authentication scaffolding include:
All routes, components, controllers and tests are published to your application. The idea behind this is that you have full control over every aspect of the scaffolding in your own app, removing the need to dig around in the vendor folder to figure out how things are working.