Livewire Stisla is a robust starter kit combining the power of Laravel 11 and Livewire 3 with the elegant Stisla Admin Template. It features a comprehensive multi-auth system using Laratrust and user account management capabilities.
Have Fun ^_^
- Laravel 11 & Livewire 3: Cutting-edge backend and full-stack framework.
- Stisla Admin Template: Beautiful, responsive, and easy-to-customize UI.
- Multi-Authentication: Integrated with Laratrust for Admin and User roles logic.
- User Management: Admin ability to activate/deactivate user accounts.
- Profile Management: Built-in simple profile editing.
Before you begin, ensure you have the following installed:
Follow these steps to setup the project:
git clone https://github.com/fahmiibrahimdevs/livewire-stisla.git
cd livewire-stislaInstall PHP and Node.js dependencies:
composer install
npm installCopy the example environment file and configure it:
cp .env.example .envUpdate your database credentials in the .env file.
Generate the application key and migrate the database with seeders:
php artisan key:generate
php artisan migrate:fresh --seedCompile the frontend assets:
npm run dev
# Or for production
# npm run buildStart the development server:
php artisan serveVisit http://localhost:8000 in your browser.
This project is licensed under the MIT License.
