-
Create the database (ex:
tailadmin_template
) -
Terminal (Powershell, etc)
git clone https://github.com/raflizocky/laravel11-tailadmin.git
code laravel11-tailadmin
-
.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=
- Terminal:
-
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:
- Report any issues
- Submit a pull request
- Participate in discussions for any questions, feedback, or suggestions
Code released under the MIT License.