Skip the admin boilerplate. Start shipping features.
A Laravel starter with dual auth, role-gated CRUD, Livewire datatables, EN/AR locales, and a public website — already wired so you can build the product, not the scaffolding.
Familiar tools, no new frontend stack
Two auth surfaces
Separate admin and website guards — login, reset, magic link, email verification, and Sanctum tokens where you need them.
Datatables that export
Livewire tables with search, filters, and row actions — export to Excel, CSV, JSON, or PDF when ops need a dump.
EN + AR with RTL
Locale-prefixed routes, RTL layout, and translatable models so bilingual products don’t need a retrofit.
Admin work that arrives ready
Permissions from routes
Spatie roles sync to dashboard route names. Gate every action with route_allowed() instead of inventing a parallel ACL.
Impersonation built in
Jump into another admin or website user for support — debug the real session without sharing passwords.
Soft delete & restore
Users and other modules support soft deletes with restore flows already wired into the datatable actions.
UI pieces you reuse, not rewrite
Form kit out of the box
x-form, x-input, x-select, x-uploader, x-rich-editor, x-translatable, and dozens more — drop them into new CRUD screens.
Themes & branding
Logos, colors, fonts, radius, analytics snippets, and custom head/body code from settings — not hard-coded CSS.
Uploads that stay honest
Uploader with content-based extension checks, image optimization, TinyMCE for rich content, and memo attachments for admins.
Straight answers about the stack, locales, and what you can turn off.