Skip to content

xiangwork/laravel9-starter

 
 

Repository files navigation

Laravel 9 admin backend

Argon

Build Status Total Downloads Latest Stable Version License

About this base

This is Admin Backend base, You can use it if you want to start a new laravel project.
You don't need to start from scratch as you will get the following functionality/feature inbuilt. Such as:

  • User roles and permission
  • Admin dashboard with Login, Registration
  • UI Template based on Argon

Requirements

  • PHP version 8 and above
  • MySql
  • Composer

Installation

Install this starter

  • Do clone and cdto your project directory
  • Run following command
composer install or composer update
  • create .env file and configure database credentials, APP_URL etc

  • Now run following command again

php artisan key:generate
php artisan migrate --seed
php artisan serve
  • Its done! and we good to go. Happy <codding>😊

About

Laravel 9 Admin backend base setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 62.6%
  • Blade 21.4%
  • PHP 9.8%
  • JavaScript 4.5%
  • Hack 1.7%
  • Vue 0.0%