dcblogdev/laravel-admintw

The Laravel Framework.

Fund package maintenance!
dcblogdev

Installs: 2 781

Dependents: 0

Suggesters: 0

Security: 0

Stars: 234

Watchers: 6

Forks: 28

Open Issues: 0

Type:project

v4.2.0 2023-11-24 21:57 UTC

README

From version 5 AdminTW is a complete project rather than a package. If you are looking for the package version, please use version 4.

Laravel AdminTW is a Laravel Starter Kit | TALL admin theme.

68747470733a2f2f6c61726176656c61646d696e74772e636f6d2f696d616765732f646f637376352f73657474696e67732d6c696768742e706e67

AdminTw is built on top of Laravel, Livewire, and Tailwind CSS.

Includes:

  • 2FA
  • Audit Trails
  • System Settings
  • Multiple Users
  • Roles and Permissions
  • Tests

Installation

  1. Clone the repository

Copy the .env.example file to .env:

cp .env.example .env

Set database and emails settings inside .env

  1. Run composer install
  2. Run npm install && npm run build
  3. run php artisan storage:link
  4. Run php artisan migrate --seed
  5. Run php artisan serve

Laravel AdminTW supports both light and dark mode based on the users OS.

Provided are blade and Laravel Livewire components for common layout / UI elements and a complete test suite (Pest PHP).

Documentation

Complete docs at laraveladmintw.com

Community

There is a Discord community. https://discord.gg/VYau8hgwrm For quick help, ask questions in the appropriate channel.

Contributing

Contributions are welcome and will be fully credited.

Pull Requests

  • Document any change in behaviour - Make sure the readme.md and any other relevant documentation are kept up-to-date.

  • One pull request per feature - If you want to do more than one thing, send multiple pull requests.

Security

If you discover any security related issues, please email dave@dcblog.dev email instead of using the issue tracker.

License

Laravel AdminTW is open-sourced software licensed under the MIT license.