Skip to content

themicly/Radmin-Laravel-Admin-Starter-Kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radmin is a premium template starter kit including REST API, Advanced user, roles & permission management , Serverside Datatable, Datatable Edit and Export( CSV, EXCEL, PRINT, PDF, COPY),Cache Clear, XSS protection and many more features.

Buy this premium starter kit here

v3.4.0 Release Notes

  • 🐳 Added guideline and configuration for running inside docker container.

Run inside Docker 🐳

Before running Laravel inside Docker, please make sure you have installed docker.

  1. Copy environment, docker-compose and Dockerfile
cp .env.docker.example .env
cp docker-conf/php/local.example docker-conf/php/Dockerfile
cp docker-compose.yml.example docker-compose.yml
  1. Run the following command to build the Docker image:
docker compose build

This command will download all the necessary dependencies and build the Docker image according to the specifications in the Dockerfile.

  1. Once the build is complete, run the following command to start the Docker container:
docker-compose up -d
  1. Run migration and seeder to migrate database. Note this command will refresh your databse also.
docker compose exec php php artisan migrate:refresh --seed

If you dont wan't to refresh databse run

docker compose exec php php artisan migrate --seed
  1. Once done, you can visit your website at http://localhost:8900/

If you are using old version, Click to see Laravel 9 Upgrade Guideline

Radmin - Laravel Dashboard Starter - Take your dashboard to the next level! | Product Hunt

About

Are you stuck with setting up an admin panel in laravel? Radmin Laravel starter will be the best solution for you.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published