Skip to content

tharakadoo/laraStarterAdmin

Repository files navigation

laraStarterAdmin

Laravel 11 Admin Starter Kit with CoreUi. laraStarterAdmin built to cut initial creation time of a laravel project.

Features

  • Authentication (Login, Register, Password Reset)
  • Authorization - Create Role, Assign Users to Roles, Add permissions to Roles.
  • Simple CRUD with Ajax Datatables

Installation

  • Clone the repo
  git clone https://github.com/tharakadoo/laraStarterAdmin.git
  • Install Composer packages
  composer install
  • Update your .env file to reflect your database settings and the serving method of choice.

  • Migrate database

  php artisan migrate
  • Seed Permissions and Admin User
  php artisan db:seed --class=PermissionTableSeeder
  php artisan db:seed --class=CreateAdminUserSeeder
  • Run the app
  php artisan serve
  • Access By
  http://localhost:8000
  • User Credentials
  Email: [email protected]
  Password: 123456

Related

Following libraries, Packages are used in this app.

More

Want more functions? Raise an issue with your suggestion

Authors

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Support

Give a ⭐️ if this project helped you!

Screenshots

App Screenshot

App Screenshot

App Screenshot

App Screenshot

App Screenshot

App Screenshot

License

This project is licensed under MIT