Create the database (ex: tailadmin_template
)
Terminal (Powershell, etc)
git clone https://github.com/raflizocky/laravel11-tailadmin.git
code laravel11-tailadmin
.env
cp .env.example .env
.env
:DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=example-app
DB_USERNAME=root
DB_PASSWORD=
Terminal (Powershell, etc)
composer i ; php artisan key:generate ; php artisan mi ; php artisan serve
If you encounter any issues or would like to contribute to the project, feel free to:
Code released under the MIT License.