Demo

Installation

  1. Create the database (ex: tailadmin_template)

  2. Terminal (Powershell, etc)

    git clone https://github.com/raflizocky/laravel11-tailadmin.git
    
    code laravel11-tailadmin
    
  3. .env

    • Terminal:
      cp .env.example .env
      
    • Adjust .env:
      DB_CONNECTION=mysql
      DB_HOST=127.0.0.1
      DB_PORT=3306
      DB_DATABASE=example-app
      DB_USERNAME=root
      DB_PASSWORD=
      
  4. Terminal (Powershell, etc)

    composer i ; php artisan key:generate ; php artisan mi ; php artisan serve
    

Contributing

If you encounter any issues or would like to contribute to the project, feel free to:

License

Code released under the MIT License.

Top categories

Loading Svelte Themes